ISO/configs/install-iso/buildall.sh

19 lines
275 B
Bash
Raw Normal View History

#!/bin/sh
mkdir release/
#Build grub iso/img's
make clean
make all
mv *.iso *.img release/
# Build isolinux iso's
make clean
make BOOTLOADER=syslinux net-iso
rename .iso -isolinux.iso *.iso
mv *.iso release/
# Upload
#cd release
#scp * archlinux.org:public_html/archiso/