Bug#655582: initscripts: incorrect rootfs unmount logic causes dirty FS at every boot

2012-01-21 Thread Roger Leigh
On Thu, Jan 12, 2012 at 03:42:16PM +0100, Michele Mazzucchi wrote: do_stop () { exec 90 /proc/mounts PROTECTED_MOUNTS=$(sed -n '0,/^\/[^ ]* \/ /p' /proc/mounts) This protects all mounts up to the / . However, such sed

Bug#655582: initscripts: incorrect rootfs unmount logic causes dirty FS at every boot

2012-01-12 Thread Michele Mazzucchi
Package: initscripts Version: 2.88dsf-13.1 Severity: important Hello folks, While building a system based on an aufs root, I noticed that all partitions, at start up, always require fsck when the union is used, even after clean shutdowns. The /etc/rc0.d/K08umountfs node (really