summaryrefslogtreecommitdiffstats
path: root/build_tools/l7/build_all
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-11-04 18:03:12 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-11-04 18:03:12 (GMT)
commit11ef4af01d6e197a54d0759e688ab5cbd336be4b (patch)
tree4d5207019c8089eee89ed07544d4e8b2a0df2cba /build_tools/l7/build_all
parent9015d3a3f45be618245c8146ae6242662b21fa94 (diff)
downloadlinhes_dev-11ef4af01d6e197a54d0759e688ab5cbd336be4b.zip
remove l7 profile
Diffstat (limited to 'build_tools/l7/build_all')
-rwxr-xr-xbuild_tools/l7/build_all16
1 files changed, 0 insertions, 16 deletions
diff --git a/build_tools/l7/build_all b/build_tools/l7/build_all
deleted file mode 100755
index 19e2b18..0000000
--- a/build_tools/l7/build_all
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/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