From 365f0f3d2f6b7610be3153c84fb8708372dd95f4 Mon Sep 17 00:00:00 2001 From: Christian Martin <25327135+ct-martin@users.noreply.github.com> Date: Thu, 21 Sep 2017 15:02:22 -0400 Subject: [PATCH 1/3] Add myself to contribs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7d3e256..41351e1 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ With a 3.40GHz dual core i3 CPU with hyperthreading enabled and 16GB of RAM, the * Josh Bicking (Tutorials) * Regina Locicero (Designer) * Tim Zabel (Scripts) +* Christian Martin (The new guy, build automation) ## Tasks From f9b113c2261b0307774834e5ce62e71828087ea6 Mon Sep 17 00:00:00 2001 From: Christian Martin <25327135+ct-martin@users.noreply.github.com> Date: Thu, 21 Sep 2017 15:05:23 -0400 Subject: [PATCH 2/3] I'm not use to Markdown... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41351e1..ce49c02 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ With a 3.40GHz dual core i3 CPU with hyperthreading enabled and 16GB of RAM, the * Josh Bicking (Tutorials) * Regina Locicero (Designer) * Tim Zabel (Scripts) -* Christian Martin (The new guy, build automation) +* Christian Martin (The new guy, build automation) (find me on IRC) ## Tasks From 1c4f113a69f55e8f21f5ca33762ef290f583fa81 Mon Sep 17 00:00:00 2001 From: Christian Martin <25327135+ct-martin@users.noreply.github.com> Date: Thu, 21 Sep 2017 15:06:08 -0400 Subject: [PATCH 3/3] Fix ks folder (from restructure), remove --project hack --- make-iso.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make-iso.sh b/make-iso.sh index 97ea565..426455a 100644 --- a/make-iso.sh +++ b/make-iso.sh @@ -19,13 +19,13 @@ then exit fi mock --old-chroot -r fedora-26-x86_64 --init -mock --old-chroot -r fedora-26-x86_64 --copyin tigeros.ks ./tigeros.ks +mock --old-chroot -r fedora-26-x86_64 --copyin kickstarts/tigeros.ks ./tigeros.ks mock --old-chroot -r fedora-26-x86_64 --install lorax-lmc-novirt git vim-minimal pykickstart mock --old-chroot -r fedora-26-x86_64 --install https://tigeros.ritlug.com/packages/x86_64/anaconda-installclass-tigeros-26-1.fc26.x86_64.rpm echo "${green}Beginning build process${reset}" #setenforce 0 #livemedia-creator --ks tigeros.ks --no-virt --resultdir /var/lmc --project TigerOS-Live --make-iso --volid TigerOS --iso-only --iso-name TigerOS.iso --releasever 26 --title TigerOS-live --macboot -mock --old-chroot -r fedora-26-x86_64 --chroot "livemedia-creator --ks tigeros.ks --no-virt --resultdir /var/lmc --project \"Fedora TigerOS-Live\" --make-iso --volid TigerOS --iso-only --iso-name TigerOS.iso --releasever 26 --title TigerOS-live --macboot" +mock --old-chroot -r fedora-26-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 26 --title TigerOS-live --macboot" mock --old-chroot -r fedora-26-x86_64 --copyout /var/lmc/TigerOS.iso TigerOS.iso echo "${green}ISO saved to $(pwd)/TigerOS.iso${reset}" #setenforce 1