Skip to content

Commit 2daab0a

Browse files
committed
tree: promote changes from next-devel at f7c1de5
1 parent 9cdfec5 commit 2daab0a

7 files changed

+1856
-1786
lines changed

image.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,12 @@
22
# similarly to manifest.yaml. Unlike image-base.yaml, which is shared by all
33
# streams.
44
include: image-base.yaml
5+
6+
# Move to use OCI images by default
7+
# https://github.com/coreos/fedora-coreos-tracker/issues/1823
8+
deploy-via-container: true
9+
container-imgref: "ostree-remote-registry:fedora:quay.io/fedora/fedora-coreos:next-devel"
10+
11+
# Enable 'erofs' by default for the rootfs in the Live ISO/PXE artifacts
12+
live-rootfs-fstype: "erofs"
13+
live-rootfs-fsoptions: "-zlzma,level=6 -Eall-fragments,fragdedupe=inode -C1048576 --quiet"

0 commit comments

Comments
 (0)