Less use of clear screen
This commit is contained in:
parent
b8cc5bae86
commit
a22fae2f72
5 changed files with 30 additions and 10 deletions
|
@ -55,7 +55,8 @@ function set_MODULES () {
|
|||
CMDLINE=$(cat "$SCRIPTDIR/config/kernel_args")
|
||||
|
||||
# Ask if we shall disable video output on this card
|
||||
echo "Disabling video output in Linux for the card you want to use in a VM
|
||||
echo "
|
||||
Disabling video output in Linux for the card you want to use in a VM
|
||||
will make it easier to successfully do the passthrough without issues."
|
||||
read -p "Do you want to force disable video output in linux on this card? [Y/n]: " DISABLE_VGA
|
||||
case "${DISABLE_VGA}" in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue