summaryrefslogtreecommitdiffstats
path: root/build_tools/larch8
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-07-24 06:44:12 (GMT)
committerCecil <knoppmyth@gmail.com>2011-07-24 06:44:12 (GMT)
commit9534849e3b66e8d611a30841986543851ef275d8 (patch)
tree66b9ae57fa7d2a3b17d4a87f1e47418d03196025 /build_tools/larch8
parent943965191b2914438ae59db5b112e059f65fc6d9 (diff)
downloadlinhes_dev-9534849e3b66e8d611a30841986543851ef275d8.zip
mount4chroot:added to mount before building ISO.
Diffstat (limited to 'build_tools/larch8')
-rwxr-xr-xbuild_tools/larch8/mount4chroot4
1 files changed, 4 insertions, 0 deletions
diff --git a/build_tools/larch8/mount4chroot b/build_tools/larch8/mount4chroot
new file mode 100755
index 0000000..941234c
--- /dev/null
+++ b/build_tools/larch8/mount4chroot
@@ -0,0 +1,4 @@
+#!/bin/bash
+mount -t proc none /home/larchbuild/proc
+mount -t sysfs non /home/larchbuild/sys
+mount --bind /dev /home/larchbuild/dev