diff options
author | James Meyer <james.meyer@operamail.com> | 2010-09-19 02:12:09 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-09-19 02:12:09 (GMT) |
commit | 2e5bbabf1f5e0f341be196f2f5575d91859bd2d0 (patch) | |
tree | a34146680fb449c61fa50fe1b1dcc3bbd598f204 /build_tools/l7/build_all | |
parent | 43a158579d6c32f069fbc287a55227552276f808 (diff) | |
download | linhes_dev-2e5bbabf1f5e0f341be196f2f5575d91859bd2d0.zip |
larch7: cleanup up profiles.
l7 is not working yet, but still working on it.
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 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/build_tools/l7/build_all b/build_tools/l7/build_all index 4e9e97e..9de07ef 100755 --- a/build_tools/l7/build_all +++ b/build_tools/l7/build_all @@ -1,2 +1,6 @@ #!/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/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 |