Always disable screen blanking, to simplify logic

This commit is contained in:
Jason Ertel
2020-08-11 09:21:06 -04:00
parent 6bb84f8513
commit 854cc487f7

View File

@@ -118,9 +118,7 @@ if [ "$OS" == ubuntu ]; then
update-alternatives --set newt-palette /etc/newt/palette.original >> $setup_log 2>&1
fi
if [ $automated == no ]; then
setterm -blank 0 >> $setup_log 2>&1
fi
if [ "$setup_type" == 'iso' ] || (whiptail_you_sure); then
true