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 8, 2023
1 parent 87dd1dd commit 9e9bc5e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ cd /repo/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-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
2 changes: 1 addition & 1 deletion t2linux-fedora-common.ks
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repo --name=tmp --cost=98 --baseurl=https://t2linux-fedora-repo.netlify.app/

bootloader --append="intel_iommu=on iommu=pt pcie_ports=compat"
bootloader --append="intel_iommu=on iommu=pt"

%packages

Expand Down

0 comments on commit 9e9bc5e

Please sign in to comment.