diff options
author | Cecil <knoppmyth@gmail.com> | 2011-07-24 06:44:12 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-07-24 06:44:12 (GMT) |
commit | 9534849e3b66e8d611a30841986543851ef275d8 (patch) | |
tree | 66b9ae57fa7d2a3b17d4a87f1e47418d03196025 /build_tools/larch8/mount4chroot | |
parent | 943965191b2914438ae59db5b112e059f65fc6d9 (diff) | |
download | linhes_dev-9534849e3b66e8d611a30841986543851ef275d8.zip |
mount4chroot:added to mount before building ISO.
Diffstat (limited to 'build_tools/larch8/mount4chroot')
-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 |