From a400e6e5db97580b374e4f5eea97d6b1e6ff412a Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sun, 15 Jun 2025 09:18:27 -0400 Subject: components/liveinstall: Use -Efragments instead of all-fragments with inode dedupe Per erofs upstream, this results in faster and more efficient build times with improved runtime performance. Signed-off-by: Neal Gompa --- components/liveinstall.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/liveinstall.xml b/components/liveinstall.xml index f91283c..a98b1b8 100644 --- a/components/liveinstall.xml +++ b/components/liveinstall.xml @@ -10,7 +10,7 @@ publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux" primary="true" flags="dmsquash" filesystem="erofs" erofscompression="lzma,level=6" mediacheck="true" firmware="uefi" efiparttable="gpt" efifatimagesize="30" kernelcmdline="quiet rhgb" - fscreateoptions="-Eall-fragments,fragdedupe=inode -C 1048576" + fscreateoptions="-Efragments -C 1048576" > @@ -20,7 +20,7 @@ publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux" primary="true" flags="dmsquash" filesystem="erofs" erofscompression="lzma,level=6" mediacheck="true" firmware="uefi" efiparttable="gpt" efifatimagesize="30" kernelcmdline="quiet rhgb" - fscreateoptions="-Eall-fragments,fragdedupe=inode -C 1048576" + fscreateoptions="-Efragments -C 1048576" > @@ -30,7 +30,7 @@ publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux" primary="true" flags="dmsquash" filesystem="erofs" erofscompression="lzma,level=6" mediacheck="true" firmware="uefi" efiparttable="gpt" efifatimagesize="30" kernelcmdline="quiet rhgb" - fscreateoptions="-Eall-fragments,fragdedupe=inode -C 1048576" + fscreateoptions="-Efragments -C 1048576" > @@ -40,7 +40,7 @@ publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux" primary="true" flags="dmsquash" filesystem="erofs" erofscompression="lzma,level=6" mediacheck="true" firmware="ofw" kernelcmdline="quiet rhgb" - fscreateoptions="-Eall-fragments,fragdedupe=inode -C 1048576" + fscreateoptions="-Efragments -C 1048576" > -- cgit v1.3.1+13