Please allow sysvinit 2.88dsf-12 to propagate into testing. It fixes a typo introduced in version 2.86.ds1-62.
This is the complete diff. diff -u sysvinit-2.88dsf/debian/changelog sysvinit-2.88dsf/debian/changelog --- sysvinit-2.88dsf/debian/changelog +++ sysvinit-2.88dsf/debian/changelog @@ -1,3 +1,13 @@ +sysvinit (2.88dsf-12) unstable; urgency=low + + [ Petter Reinholdtsen ] + * Fix typo introduced when fixing #526398 and make sure the root + file system is only checked if it is specified in /etc/fstab that + it should be checked, to avoid breaking boot when root is on NFS + (Closes: #592427). + + -- Petter Reinholdtsen <[email protected]> Sun, 15 Aug 2010 20:05:30 +0200 + sysvinit (2.88dsf-11) unstable; urgency=low * Avoid /usr/bin/find in init.d/urandom to be able to run it before diff -u sysvinit-2.88dsf/debian/src/initscripts/etc/init.d/checkroot.sh sysvinit-2.88dsf/debian/src/initscripts/etc/init.d/checkroot.sh --- sysvinit-2.88dsf/debian/src/initscripts/etc/init.d/checkroot.sh +++ sysvinit-2.88dsf/debian/src/initscripts/etc/init.d/checkroot.sh @@ -198,7 +198,6 @@ # rootcheck=no # fi # fi - rootcheck=yes # # See if we want to check the root file system. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

