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

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
raspi-config (20170803) stretch; urgency=medium
* Allow splash screen with fake KMS.
-- Simon Long <simon@raspberrypi.org> Thu, 03 Aug 2017 10:11:08 +0100
raspi-config (20170714) stretch; urgency=medium
[Simon Long]

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//"