> I'd like to work around individual cases with hook scripts: > examples/E50-initscripts-2.86.ds1-7.workaround.sh
I've added the following: Index: examples/E50-initscripts-2.86.ds1-7.workaround.sh =================================================================== RCS file: /cvsroot/pbuilder/pbuilder/examples/E50-initscripts-2.86.ds1-7.workaround.sh,v retrieving revision 1.2 diff -u -r1.2 E50-initscripts-2.86.ds1-7.workaround.sh --- examples/E50-initscripts-2.86.ds1-7.workaround.sh 3 Sep 2006 09:13:22 -0000 1.2 +++ examples/E50-initscripts-2.86.ds1-7.workaround.sh 23 Oct 2006 22:54:49 -0000 @@ -11,6 +11,10 @@ umount /proc/bus/usb umount /dev/shm +# work around initscripts postinst which mount /lib/init/rw +# Bug: #392136, #390126 +umount /lib/init/rw + # inetd seems to be dually started after upgrade, kill it. # Bug: #262627 kill -9 $(cat /var/run/inetd.pid) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

