init_resize.sh: Remove sdhci.debug_quirks2=4 from /boot/cmdline.txt

This commit is contained in:
Serge Schneider 2019-05-09 13:41:27 +01:00
parent b073ef7b43
commit 03c1a9d0be
2 changed files with 9 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
raspi-config (20190509) buster; urgency=medium
* init_resize.sh: Remove sdhci.debug_quirks2=4 from /boot/cmdline.txt
-- Serge Schneider <serge@raspberrypi.org> Thu, 09 May 2019 13:38:34 +0100
raspi-config (20190507) buster; urgency=medium
[ Simon Long ]

View File

@ -171,7 +171,9 @@ mkdir -p /run/systemd
mount /boot
mount / -o remount,rw
sed -i 's| init=/usr/lib/raspi-config/init_resize.sh||' /boot/cmdline.txt
sed -i 's| init=/usr/lib/raspi-config/init_resize\.sh||' /boot/cmdline.txt
sed -i 's| sdhci\.debug_quirks2=4||' /boot/cmdline.txt
if ! grep -q splash /boot/cmdline.txt; then
sed -i "s/ quiet//g" /boot/cmdline.txt
fi