Skip to content

Commit 651fd62

Browse files
committed
Switch to Fedora 41 since it has been released
This just keeps us up to date.
1 parent 1d7f628 commit 651fd62

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ skopeo copy --authfile /path/to/pull-secret docker://registry.com/org/repo:lates
7171
You can now take that ociarchive and create a disk image for a
7272
platform (i.e. `qemu`, `metal` or `gcp`). First you need an
7373
environment to run OSBuild in. Right now this needs to be a
74-
fully up to date Fedora 40 machine with SELinux in permissive
74+
fully up to date Fedora 41 machine with SELinux in permissive
7575
mode and some software installed:
7676

7777
```
7878
sudo dnf update -y
7979
sudo setenforce 0
8080
sudo sed -i -e 's/SELINUX=enforcing/SELINUX=permissive/' /etc/selinux/config
81-
sudo dnf install -y --enablerepo=updates-testing osbuild osbuild-tools osbuild-ostree podman jq xfsprogs e2fsprogs
81+
sudo dnf install -y osbuild osbuild-tools osbuild-ostree podman jq xfsprogs e2fsprogs
8282
```
8383

8484
Now you should be able to generate an image with something like:

custom-coreos-disk-images.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/bash
22
set -x -euo pipefail
33

4-
# Run this script on a fully up to date Fedora 40 VM with SELinux
4+
# Run this script on a fully up to date Fedora 41 VM with SELinux
55
# in permissive mode and the following tools installed:
6-
# sudo dnf install -y --enablerepo=updates-testing osbuild osbuild-tools osbuild-ostree podman jq xfsprogs e2fsprogs
6+
# sudo dnf install -y osbuild osbuild-tools osbuild-ostree podman jq xfsprogs e2fsprogs
77
#
88
# Invocation of the script would look something like this:
99
#

0 commit comments

Comments
 (0)