From fc3b6eab421ee590409a392779a893a3a8094e30 Mon Sep 17 00:00:00 2001 From: Aidan Kahrs Date: Fri, 3 Mar 2017 17:47:39 -0500 Subject: [PATCH] add destination to copyin on line 16 --- make-iso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-iso.sh b/make-iso.sh index 40bfa43..46e3977 100644 --- a/make-iso.sh +++ b/make-iso.sh @@ -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"