From 20034295795c5e661555bdbebfa8108f0398b327 Mon Sep 17 00:00:00 2001 From: dancer Date: Mon, 23 Oct 2006 22:55:23 +0000 Subject: add workaround for /lib/init/rw --- examples/E50-initscripts-2.86.ds1-7.workaround.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples') diff --git a/examples/E50-initscripts-2.86.ds1-7.workaround.sh b/examples/E50-initscripts-2.86.ds1-7.workaround.sh index c1bca7a..ec1197d 100644 --- a/examples/E50-initscripts-2.86.ds1-7.workaround.sh +++ b/examples/E50-initscripts-2.86.ds1-7.workaround.sh @@ -11,6 +11,10 @@ umount /run 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) -- cgit v1.2.3