Skip to content

Commit

Permalink
feat: Use new versioning system
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Apr 25, 2023
1 parent a0eca11 commit cf73ef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cd /var/fedora-kickstarts
cp -rfv "/repo"/*.ks ./
sudo ksflatten -c t2linux-fedora-workstation-live.ks -o flat.ks

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

cp -rfv /var/lmc/*.iso "/repo"/
cd "/repo"
Expand All @@ -18,5 +18,5 @@ mkdir -p ./output
if (( $(stat -c%s *.iso) > 199999999 )); then
mv *.iso ./output/
else
split -b 2000M -x ./*.iso ./output/Fedora-Workstation-t2linux-Live-x86_64-37-1.7.iso.
split -b 2000M -x ./*.iso ./output/Fedora-Workstation-Live-t2linux-x86_64-37-2.0.0.iso.
fi

0 comments on commit cf73ef1

Please sign in to comment.