aboutsummaryrefslogtreecommitdiff
path: root/examples/E50-initscripts-2.86.ds1-7.workaround.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/E50-initscripts-2.86.ds1-7.workaround.sh')
-rw-r--r--examples/E50-initscripts-2.86.ds1-7.workaround.sh4
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)