diff options
Diffstat (limited to 'examples/E50-libc2.3.2.ds1-11-workaround')
-rw-r--r-- | examples/E50-libc2.3.2.ds1-11-workaround | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/E50-libc2.3.2.ds1-11-workaround b/examples/E50-libc2.3.2.ds1-11-workaround index 350e79a..ff4d9f8 100644 --- a/examples/E50-libc2.3.2.ds1-11-workaround +++ b/examples/E50-libc2.3.2.ds1-11-workaround @@ -1,5 +1,7 @@ #!/bin/sh # work around libc6 postinst which mounts /sys etc. +# Bug#230008 + set +e umount /sys umount /proc/bus/usb |