mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-11-05 09:48:03 +09:00
init_resize.sh: Remove sdhci.debug_quirks2=4 from /boot/cmdline.txt
This commit is contained in:
parent
b073ef7b43
commit
03c1a9d0be
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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 ]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user