From 76e62017424d96e448a9b183d4f1319fe28d53b5 Mon Sep 17 00:00:00 2001 From: dancer Date: Sun, 29 Jan 2006 21:19:19 +0000 Subject: implement hookdir for workaround of initscripts and cdebootstrap bug. add G hooks for pbuilder create. --- examples/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh (limited to 'examples') diff --git a/examples/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh b/examples/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh new file mode 100644 index 0000000..e4749c0 --- /dev/null +++ b/examples/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh @@ -0,0 +1,12 @@ +#!/bin/sh +# work around initscripts postinst which mounts /sys with cdebootstrap. +# Bug: #350262 + +set +e + +umount /sys +umount /run +umount /proc/bus/usb +umount /dev/shm + +exit 0; -- cgit v1.2.3