summaryrefslogtreecommitdiffstats
path: root/build_tools/larch7/build_all
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-11-04 18:06:25 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-11-04 18:06:27 (GMT)
commit429f14eea9f4c00ddd8d82f25612213df8d4af84 (patch)
treed8441dd4ef5ef539c0b263b138d36fb1995c38d8 /build_tools/larch7/build_all
parent11ef4af01d6e197a54d0759e688ab5cbd336be4b (diff)
downloadlinhes_dev-429f14eea9f4c00ddd8d82f25612213df8d4af84.zip
add profiles for larch 7
Diffstat (limited to 'build_tools/larch7/build_all')
-rwxr-xr-xbuild_tools/larch7/build_all16
1 files changed, 16 insertions, 0 deletions
diff --git a/build_tools/larch7/build_all b/build_tools/larch7/build_all
new file mode 100755
index 0000000..19e2b18
--- /dev/null
+++ b/build_tools/larch7/build_all
@@ -0,0 +1,16 @@
+#!/bin/sh
+#./larch-archin -p larch0/profiles/l7 install && ./larch-larchify -p larch0/profiles/l7 && ./larch-live_iso -p larch0/profiles/l7
+#./larch-archin -p larch0/profiles/mini install && ./larch-larchify -p larch0/profiles/mini && ./larch-live_iso -p larch0/profiles/mini
+PROFILE=l7
+./larch-archin -f -p larch0/profiles/$PROFILE install && ./larch-larchify -p larch0/profiles/$PROFILE && ./larch-live_iso -p larch0/profiles/$PROFILE
+
+# ./larch-larchify -p larch0/profiles/$PROFILE
+#./larch-live_iso -p larch0/profiles/$PROFILE
+
+
+if [ -e linhes.iso ]
+then
+ echo "moving linhes.iso to /tmp/test2.iso"
+ mv linhes.iso /tmp/test2.iso
+ ls -lah /tmp/test2.iso
+fi