diff options
author | James Meyer <james.meyer@operamail.com> | 2010-09-19 21:22:24 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-09-19 21:22:24 (GMT) |
commit | 8a2219345d69ba0b9a91c378084f743e078e6a5e (patch) | |
tree | a780856635cf63140924356788305ed1ced0f5bf /build_tools/l7/build_all | |
parent | 2e5bbabf1f5e0f341be196f2f5575d91859bd2d0 (diff) | |
download | linhes_dev-8a2219345d69ba0b9a91c378084f743e078e6a5e.zip |
larch7: updated build_all scripts, added post_prcess
changed name of iso file from larch7 to /tmp/test2.iso
Signed-off-by: James Meyer <james.meyer@operamail.com>
Diffstat (limited to 'build_tools/l7/build_all')
-rwxr-xr-x | build_tools/l7/build_all | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/build_tools/l7/build_all b/build_tools/l7/build_all index 9de07ef..7ae83a0 100755 --- a/build_tools/l7/build_all +++ b/build_tools/l7/build_all @@ -1,6 +1,11 @@ #!/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=i686-testing-local PROFILE=l7 -./larch-archin -f -p larch0/profiles/$PROFILE install && ./larch-larchify -p larch0/profiles/$PROFILE && ./larch-live_iso -p larch0/profiles/$PROFILE +./larch-archin -f -p larch0/profiles/$PROFILE install && ./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 |