Skip to content

Commit

Permalink
Update fedora-kickstarts
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Nov 7, 2023
1 parent e6e27d9 commit 4a4ea75
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ cp -rfv /repo/*.ks .
echo '%include t2linux-fedora-common.ks' >> fedora-live-workstation.ks
sudo ksflatten -c fedora-live-workstation.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
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.5 \
--iso-only \
--iso-name Fedora-Workstation-Live-t2linux-x86_64-39-0.1.5.iso \
--releasever 39

mkdir -p _output && mv /var/lmc/*.iso _output/
2 changes: 1 addition & 1 deletion fedora-kickstarts
Submodule fedora-kickstarts updated from 331ab0 to 465deb

0 comments on commit 4a4ea75

Please sign in to comment.