diff --git a/debian/changelog b/debian/changelog index a923dd4..6afa5e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +raspi-config (20161108) jessie; urgency=medium + + * init_resize.sh: Remove clash with pix-plym-splash + + -- Serge Schneider Tue, 08 Nov 2016 17:34:00 +0000 + raspi-config (20161102) jessie; urgency=medium * Sed processing of autologin options modified to improve robustness diff --git a/init_resize.sh b/init_resize.sh index f7fde34..06cc7dd 100755 --- a/init_resize.sh +++ b/init_resize.sh @@ -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