summaryrefslogtreecommitdiff
path: root/selfstrap
diff options
context:
space:
mode:
Diffstat (limited to 'selfstrap')
-rwxr-xr-xselfstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/selfstrap b/selfstrap
index ff8408b..3521bb2 100755
--- a/selfstrap
+++ b/selfstrap
@@ -180,7 +180,7 @@ prepare_chroot()
180 [ -d "$TARGET"/sys ] || mkdir "$TARGET"/sys 180 [ -d "$TARGET"/sys ] || mkdir "$TARGET"/sys
181 mountpoint -q "$TARGET"/proc || mount -t proc proc "$TARGET"/proc 181 mountpoint -q "$TARGET"/proc || mount -t proc proc "$TARGET"/proc
182 mountpoint -q "$TARGET"/sys || mount -t sysfs sysfs "$TARGET"/sys 182 mountpoint -q "$TARGET"/sys || mount -t sysfs sysfs "$TARGET"/sys
183 mountpoint -q "$TARGET"/dev || mount -t tmpfs tmpfs "$TARGET"/dev 183 mountpoint -q "$TARGET"/dev || mount --bind /dev "$TARGET"/dev
184} 184}
185 185
186cleanup_chroot() 186cleanup_chroot()