summaryrefslogtreecommitdiffstats
path: root/build_tools/larch7/build_all
blob: 19e2b182299cbded0a434cb89df595dcca9b93c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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