summaryrefslogtreecommitdiffstats
path: root/build_tools/larch8
diff options
context:
space:
mode:
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