Skip to content

Commit

Permalink
Update for f40
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Mar 26, 2024
1 parent 3d1ce60 commit 512c7f3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
docker run \
--privileged \
-v "$PWD":/repo \
ghcr.io/t2linux/fedora-dev:latest \
ghcr.io/t2linux/fedora-dev:40 \
/repo/build.sh
- name: Upload Artifact
Expand Down
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ for ks in "${kickstarts[@]}"; do
ks_builddir="$builddir/$ks"; mkdir -p $ks_builddir; cd "$ks_builddir"
cp -r /repo/fedora-kickstarts/* .; cp -f /repo/*.ks .
echo '%include t2linux-fedora-common.ks' >> "$ks.ks"
sudo ksflatten --config "$ks.ks" --output "$ks-flat.ks" --version F39
sudo ksflatten --config "$ks.ks" --output "$ks-flat.ks" --version F40
livemedia-creator \
--make-iso \
--iso-only \
--no-virt \
--resultdir results \
--releasever 39 \
--releasever 40 \
--ks "$ks-flat.ks" \
--project t2linux-Fedora-Live \
--volid t2linux-Fedora-Live-39 \
--iso-name "t2linux-$ks-39.iso"
--volid t2linux-Fedora-Live-40 \
--iso-name "t2linux-$ks-40.iso"
find results/*.iso -size +2G -exec sh -c "split -b 1999M -x {} {}. && rm {}" \;
mv results/* /repo/builddir/iso/
done
Expand Down
2 changes: 1 addition & 1 deletion fedora-kickstarts
Submodule fedora-kickstarts updated from 465deb to f9ac9f
4 changes: 2 additions & 2 deletions t2linux-fedora-common.ks
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repo --name=tmp-t2linux --cost=98 --baseurl=https://download.copr.fedorainfracloud.org/results/sharpenedblade/t2linux/fedora-$releasever-$basearch/
repo --name="copr_copr.fedorainfracloud.org_sharpenedblade_t2linux" --cost=80 --baseurl=https://download.copr.fedorainfracloud.org/results/sharpenedblade/t2linux/fedora-$releasever-$basearch/

bootloader --append="intel_iommu=on iommu=pt"
bootloader --append="intel_iommu=on iommu=pt mem_sleep=s2idle"

%packages

Expand Down

0 comments on commit 512c7f3

Please sign in to comment.