summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xselfstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/selfstrap b/selfstrap
index 75907fc..4a9f8e7 100755
--- a/selfstrap
+++ b/selfstrap
@@ -166,7 +166,7 @@ prepare_chroot()
166 [ -d "$TARGET"/sys ] || mkdir "$TARGET"/sys 166 [ -d "$TARGET"/sys ] || mkdir "$TARGET"/sys
167 mount -t proc proc "$TARGET"/proc 167 mount -t proc proc "$TARGET"/proc
168 mount -t sysfs sysfs "$TARGET"/sys 168 mount -t sysfs sysfs "$TARGET"/sys
169 mount --bind /dev "$TARGET"/dev 169 mount -t tmpfs tmpfs "$TARGET"/dev
170} 170}
171 171
172cleanup_chroot() 172cleanup_chroot()