Keep splash screen with fake KMS.

This commit is contained in:
Simon Long
2017-08-03 10:26:20 +01:00
parent 4de44924cd
commit f8772a5fdc
2 changed files with 7 additions and 1 deletions

View File

@@ -1150,7 +1150,7 @@ do_gldriver() {
else
return 0
fi
if echo "$GLOPT" | grep -q -E "1|2" ; then
if echo "$GLOPT" | grep -q -E "1" ; then
if grep -q "splash" $CMDLINE ; then
sed -i $CMDLINE -e "s/ quiet//"
sed -i $CMDLINE -e "s/ splash//"