aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authordancer <dancer>2006-01-29 21:47:55 +0000
committerdancer <dancer>2006-01-29 21:47:55 +0000
commit28d60c677537cf5ccff4d84e36adb970527fdfc6 (patch)
treea5e4d9bf03d06e48c92e49b282f3698d0489ab53 /examples
parent76e62017424d96e448a9b183d4f1319fe28d53b5 (diff)
downloadpbuilder-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.sh3
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;