fix prompt
This commit is contained in:
parent
3b99cbf7a8
commit
ae852b3998
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ vfio_virqfd
|
||||||
GPU_DEVID="$1"
|
GPU_DEVID="$1"
|
||||||
|
|
||||||
# Ask if we shall disable video output on this card
|
# Ask if we shall disable video output on this card
|
||||||
read "Do you want to force disable video output in linux on this card? [Y/n]: " DISABLE_VGA
|
read -p "Do you want to force disable video output in linux on this card? [Y/n]: " DISABLE_VGA
|
||||||
case "${DISABLE_VGA}" in
|
case "${DISABLE_VGA}" in
|
||||||
[Yy]*)
|
[Yy]*)
|
||||||
GPU_DEVID="$GPU_DEVID disable_vga=1"
|
GPU_DEVID="$GPU_DEVID disable_vga=1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue