diff options
-rwxr-xr-x | build_tools/larch8/mount4chroot | 4 |
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 |