Less use of clear screen

This commit is contained in:
HikariKnight 2022-03-11 23:43:29 +01:00
parent b8cc5bae86
commit a22fae2f72
No known key found for this signature in database
GPG key ID: E8B239063B022F5A
5 changed files with 30 additions and 10 deletions

View file

@ -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