init_resize.sh: Remove clash with pix-plym-splash

This commit is contained in:
Serge Schneider 2016-11-08 17:35:29 +00:00
parent dc014110d4
commit d8b656f90c
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
raspi-config (20161108) jessie; urgency=medium
* init_resize.sh: Remove clash with pix-plym-splash
-- Serge Schneider <serge@raspberrypi.org> Tue, 08 Nov 2016 17:34:00 +0000
raspi-config (20161102) jessie; urgency=medium
* Sed processing of autologin options modified to improve robustness

View File

@ -129,7 +129,7 @@ mount -t proc proc /proc
mount -t sysfs sys /sys
mount /boot
sed -i 's/ quiet init=.*$//' /boot/cmdline.txt
sed -i 's| quiet init=/usr/lib/raspi-config/init_resize.sh||' /boot/cmdline.txt
mount /boot -o remount,ro
sync