|
|
@ -13,7 +13,7 @@ reset=`tput sgr0` |
|
|
|
|
|
|
|
echo "${green}Welcome to the TigerOS build script${reset}" |
|
|
|
mock -r fedora-25-x86_64 --init |
|
|
|
mock -r fedora-25-x86_64 --copyin tigeros.ks |
|
|
|
mock -r fedora-25-x86_64 --copyin tigeros.ks ./tigeros.ks |
|
|
|
mock -r fedora-25-x86_64 --install "lorax" |
|
|
|
echo "${green}Beginning build process${reset}" |
|
|
|
mock -r fedora-25-x86_64 --chroot "livemedia-creator --ks tigeros.ks --no-virt --resultdir /var/lmc --project TigerOS-Live --make-iso --volid TigerOS --iso-only --iso-name TigerOS.iso --releasever 25 --title TigerOS-live --macboot" |
|
|
|