File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,14 +71,14 @@ skopeo copy --authfile /path/to/pull-secret docker://registry.com/org/repo:lates
7171You can now take that ociarchive and create a disk image for a
7272platform (i.e. ` qemu ` , ` metal ` or ` gcp ` ). First you need an
7373environment 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
7575mode and some software installed:
7676
7777```
7878sudo dnf update -y
7979sudo setenforce 0
8080sudo 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
8484Now you should be able to generate an image with something like:
Original file line number Diff line number Diff line change 11#! /usr/bin/bash
22set -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#
You can’t perform that action at this time.
0 commit comments