diff options
author | dancer <dancer> | 2006-01-29 21:47:55 +0000 |
---|---|---|
committer | dancer <dancer> | 2006-01-29 21:47:55 +0000 |
commit | 28d60c677537cf5ccff4d84e36adb970527fdfc6 (patch) | |
tree | a5e4d9bf03d06e48c92e49b282f3698d0489ab53 /examples | |
parent | 76e62017424d96e448a9b183d4f1319fe28d53b5 (diff) | |
download | pbuilder-28d60c677537cf5ccff4d84e36adb970527fdfc6.tar pbuilder-28d60c677537cf5ccff4d84e36adb970527fdfc6.tar.gz |
missing dirs there, fix
Diffstat (limited to 'examples')
-rw-r--r-- | examples/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 index e4749c0..0a6ecfb 100644 --- a/examples/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh +++ b/examples/G50-initscripts-2.86.ds1-11-cdebootstrap0.3.9.sh @@ -5,8 +5,9 @@ set +e umount /sys -umount /run umount /proc/bus/usb umount /dev/shm +umount /proc +umount /dev/pts exit 0; |