diff options
author | dancer <dancer> | 2006-10-23 22:55:23 +0000 |
---|---|---|
committer | dancer <dancer> | 2006-10-23 22:55:23 +0000 |
commit | 20034295795c5e661555bdbebfa8108f0398b327 (patch) | |
tree | 520312db73b8d90f77ade4fbe7da1a093354acae /examples | |
parent | 21c680a6fcec1d58cdc7ca1a8ee64852e8e4da49 (diff) | |
download | pbuilder-20034295795c5e661555bdbebfa8108f0398b327.tar pbuilder-20034295795c5e661555bdbebfa8108f0398b327.tar.gz |
add workaround for /lib/init/rw
Diffstat (limited to 'examples')
-rw-r--r-- | examples/E50-initscripts-2.86.ds1-7.workaround.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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) |