From 9534849e3b66e8d611a30841986543851ef275d8 Mon Sep 17 00:00:00 2001 From: Cecil Date: Sat, 23 Jul 2011 23:44:12 -0700 Subject: mount4chroot:added to mount before building ISO. --- build_tools/larch8/mount4chroot | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 build_tools/larch8/mount4chroot 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 -- cgit v0.12