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 <ngompa@fedoraproject.org>
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux"
|
publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux"
|
||||||
primary="true" flags="dmsquash" filesystem="erofs" erofscompression="lzma,level=6" mediacheck="true"
|
primary="true" flags="dmsquash" filesystem="erofs" erofscompression="lzma,level=6" mediacheck="true"
|
||||||
firmware="uefi" efiparttable="gpt" efifatimagesize="30" kernelcmdline="quiet rhgb"
|
firmware="uefi" efiparttable="gpt" efifatimagesize="30" kernelcmdline="quiet rhgb"
|
||||||
fscreateoptions="-Eall-fragments,fragdedupe=inode -C 1048576"
|
fscreateoptions="-Efragments -C 1048576"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" grub_template="grub-x86.cfg.iso-template" console="console" timeout="10"/>
|
<bootloader name="grub2" grub_template="grub-x86.cfg.iso-template" console="console" timeout="10"/>
|
||||||
</type>
|
</type>
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux"
|
publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux"
|
||||||
primary="true" flags="dmsquash" filesystem="erofs" erofscompression="lzma,level=6" mediacheck="true"
|
primary="true" flags="dmsquash" filesystem="erofs" erofscompression="lzma,level=6" mediacheck="true"
|
||||||
firmware="uefi" efiparttable="gpt" efifatimagesize="30" kernelcmdline="quiet rhgb"
|
firmware="uefi" efiparttable="gpt" efifatimagesize="30" kernelcmdline="quiet rhgb"
|
||||||
fscreateoptions="-Eall-fragments,fragdedupe=inode -C 1048576"
|
fscreateoptions="-Efragments -C 1048576"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" grub_template="grub-arm.cfg.iso-template" console="console" timeout="10"/>
|
<bootloader name="grub2" grub_template="grub-arm.cfg.iso-template" console="console" timeout="10"/>
|
||||||
</type>
|
</type>
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux"
|
publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux"
|
||||||
primary="true" flags="dmsquash" filesystem="erofs" erofscompression="lzma,level=6" mediacheck="true"
|
primary="true" flags="dmsquash" filesystem="erofs" erofscompression="lzma,level=6" mediacheck="true"
|
||||||
firmware="uefi" efiparttable="gpt" efifatimagesize="30" kernelcmdline="quiet rhgb"
|
firmware="uefi" efiparttable="gpt" efifatimagesize="30" kernelcmdline="quiet rhgb"
|
||||||
fscreateoptions="-Eall-fragments,fragdedupe=inode -C 1048576"
|
fscreateoptions="-Efragments -C 1048576"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" grub_template="grub-riscv64.cfg.iso-template" console="console" timeout="10"/>
|
<bootloader name="grub2" grub_template="grub-riscv64.cfg.iso-template" console="console" timeout="10"/>
|
||||||
</type>
|
</type>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux"
|
publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux"
|
||||||
primary="true" flags="dmsquash" filesystem="erofs" erofscompression="lzma,level=6" mediacheck="true"
|
primary="true" flags="dmsquash" filesystem="erofs" erofscompression="lzma,level=6" mediacheck="true"
|
||||||
firmware="ofw" kernelcmdline="quiet rhgb"
|
firmware="ofw" kernelcmdline="quiet rhgb"
|
||||||
fscreateoptions="-Eall-fragments,fragdedupe=inode -C 1048576"
|
fscreateoptions="-Efragments -C 1048576"
|
||||||
>
|
>
|
||||||
<bootloader name="grub2" grub_template="grub-ppc.cfg.iso-template" console="console" timeout="10"/>
|
<bootloader name="grub2" grub_template="grub-ppc.cfg.iso-template" console="console" timeout="10"/>
|
||||||
</type>
|
</type>
|
||||||
|
|||||||
Reference in New Issue
Block a user