Skip to content

Commit

Permalink
Add %include to upstream kickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Nov 7, 2023
1 parent 87dd1dd commit fea7372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

cd /repo/fedora-kickstarts
cp -rfv /repo/*.ks .
sudo ksflatten -c t2linux-fedora-workstation-live.ks -o flat.ks
echo '%include t2linux-fedora-common.ks' >> fedora-workstation-live.ks
sudo ksflatten -c fedora-workstation-live.ks -o flat.ks

livemedia-creator --ks flat.ks --no-virt --resultdir /var/lmc --project Fedora-Workstation-Live-t2linux --make-iso --volid Fedora-WS-Live-t2-39-0.1.0 --iso-only --iso-name Fedora-Workstation-Live-t2linux-x86_64-39-0.1.0.beta.iso --releasever 39

Expand Down
2 changes: 0 additions & 2 deletions t2linux-fedora-workstation-live.ks

This file was deleted.

0 comments on commit fea7372

Please sign in to comment.