Skip to content

Commit dd92802

Browse files
committed
image-rhel-10.1: use -Efragments for erofs creation
As suggested by the maintainer we'll change this option from `-Eall-fragments,fragdedupe=inode` to -Efragments. See coreos/fedora-coreos-tracker#1991
1 parent db737a6 commit dd92802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image-rhel-10.1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ aws-x86-boot-mode: "legacy-bios"
3333

3434
# Enable 'erofs' by default for the rootfs in the Live ISO/PXE artifacts
3535
live-rootfs-fstype: "erofs"
36-
live-rootfs-fsoptions: "-zlzma,level=6 -Eall-fragments,fragdedupe=inode -C1048576 --quiet"
36+
live-rootfs-fsoptions: "-zlzma,level=6 -Efragments -C1048576 --quiet"

0 commit comments

Comments
 (0)