summaryrefslogtreecommitdiffstats
path: root/build_tools/go.sh
diff options
context:
space:
mode:
authorJames Meyer <jams@linhes.org>2010-12-05 02:04:43 (GMT)
committerJames Meyer <jams@linhes.org>2010-12-05 02:04:43 (GMT)
commit2a67bf8b848ba40cc3b27b27e02e08d6753a2067 (patch)
tree57ad41e8b8f4a2df6f123449e3f4223ae20399f0 /build_tools/go.sh
parent10a5045175df21f33e01e7a7d7e701933812a308 (diff)
downloadlinhes_dev-2a67bf8b848ba40cc3b27b27e02e08d6753a2067.zip
go.sh. change the name of the iso to test2.iso
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 5ad5768..c00f976 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/test3.iso -p larch0/profiles/$profile
+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
status=$?
if [ $status = 0 ]
then