Fedora 23: Difference between revisions
| Line 81: | Line 81: | ||
=== ksflatten === | === ksflatten === | ||
::build works: | ::build works: 06/20/2016 tg | ||
ksflatten | ksflatten | ||
| Line 94: | Line 94: | ||
:Kickstarts need to flattened before use: | :Kickstarts need to flattened before use: | ||
:: hit raw tab and '''save-page-as''' to a local directory (/home/(user)/Downloads/pagure | :: hit '''raw tab''' and '''save-page-as''' to a local directory (/home/(user)/Downloads/pagure/) | ||
:https://pagure.io/fedora-kickstarts/blob/f23/f/fedora-live-soas.ks | :https://pagure.io/fedora-kickstarts/blob/f23/f/fedora-live-soas.ks | ||
| Line 104: | Line 104: | ||
:https://pagure.io/fedora-kickstarts/blob/f23/f/fedora-soas-packages.ks | :https://pagure.io/fedora-kickstarts/blob/f23/f/fedora-soas-packages.ks | ||
*switch root terminal to the local directory with the kickstart files (/home/(user)/Downloads/pagure | *switch root terminal to the local directory with the kickstart files (/home/(user)/Downloads/pagure/) | ||
ksflatten -v, --config fedora-live-soas.ks -o flat-fedora-live-soas.ks --version | ksflatten -v, --config fedora-live-soas.ks -o flat-fedora-live-soas.ks --version F23 | ||
*'''NOTE the following command does NOT work in f23''' "only url and nfs install methods and supported" | *'''NOTE the following command does NOT work in f23''' "only url and nfs install methods and supported" | ||
::this should be fixed later | ::this should be fixed later 06/20/2016 | ||
livemedia-creator --ks /home/(user)/Downloads/pagure.ks/flat-fedora-live-soas.ks --logfile /tmp/lmc-logs/livemedia-out.log --no-virt --resultdir /tmp/lmc --project Fedora-soas-Live --make-iso --volid Fedora-SoaS-flat-live --iso-only --iso-name Fedora-SoaS-flat-live.iso --releasever 24 --title Fedora-SoaS-flat-live --macboot | livemedia-creator --ks /home/(user)/Downloads/pagure.ks/flat-fedora-live-soas.ks --logfile /tmp/lmc-logs/livemedia-out.log --no-virt --resultdir /tmp/lmc --project Fedora-soas-Live --make-iso --volid Fedora-SoaS-flat-live --iso-only --iso-name Fedora-SoaS-flat-live.iso --releasever 24 --title Fedora-SoaS-flat-live --macboot | ||