summaryrefslogtreecommitdiffstats
path: root/build_tools/go.sh
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-07-24 06:43:21 (GMT)
committerCecil <knoppmyth@gmail.com>2011-07-24 06:43:21 (GMT)
commitb0fb89f8489e600a90a4f6b615c40e8e563cc3fa (patch)
tree7aadf3d54e0b373b2541c8409a95d6ef3396e46f /build_tools/go.sh
parente6d594314d2574b15df0660442842509a4ae27db (diff)
downloadlinhes_dev-b0fb89f8489e600a90a4f6b615c40e8e563cc3fa.zip
go.sh:modifications to build ISO w/ 2.6.39.
Diffstat (limited to 'build_tools/go.sh')
-rwxr-xr-xbuild_tools/go.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/go.sh b/build_tools/go.sh
index 27d6b85..0815faa 100755
--- a/build_tools/go.sh
+++ b/build_tools/go.sh
@@ -49,7 +49,7 @@ echo "Running larch for $profile"
#larch7
#time ./larch-archin -f -p larch0/profiles/$profile install && ./larch-larchify -p larch0/profiles/$profile && ./larch-live_iso -p larch0/profiles/$profile
#larch8
-time ./larch-archin -f -p larch0/profiles/$profile install && ./larch-larchify -p larch0/profiles/$profile && ./larch-medium -o /tmp/test2.iso -p larch0/profiles/$profile
+time ./larch-archin -f -p larch0/profiles/$profile install && ./mount4chroot && ./larch-larchify -p larch0/profiles/$profile && ./larch-medium -o /tmp/test2.iso -p larch0/profiles/$profile && ./umount4chroot
status=$?
if [ $status = 0 ]
then