components/liveinstall: Use plain squashfs instead of ext4-in-squashfs
It results in higher compression ratios. (cherry picked from commit 5486849837974ffc941b226269ae4025bb2b5ff3)
This commit is contained in:
parent
8e214f7b8b
commit
35ef7342b1
@ -7,7 +7,7 @@
|
||||
<preferences profiles="LiveInstall" arch="x86_64">
|
||||
<type image="iso"
|
||||
publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux"
|
||||
primary="true" flags="dmsquash" mediacheck="true"
|
||||
primary="true" flags="dmsquash" filesystem="squashfs" squashfscompression="xz" mediacheck="true"
|
||||
firmware="uefi" efifatimagesize="30" kernelcmdline="quiet rhgb"
|
||||
>
|
||||
<bootloader name="grub2" grub_template="grub-x86.cfg.iso-template" console="console" timeout="10"/>
|
||||
@ -16,7 +16,7 @@
|
||||
<preferences profiles="LiveInstall" arch="aarch64">
|
||||
<type image="iso"
|
||||
publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux"
|
||||
primary="true" flags="dmsquash" mediacheck="true"
|
||||
primary="true" flags="dmsquash" filesystem="squashfs" squashfscompression="xz" mediacheck="true"
|
||||
firmware="uefi" efifatimagesize="30" kernelcmdline="quiet rhgb"
|
||||
>
|
||||
<bootloader name="grub2" grub_template="grub-arm.cfg.iso-template" console="console" timeout="10"/>
|
||||
@ -25,7 +25,7 @@
|
||||
<preferences profiles="LiveInstall" arch="ppc64le">
|
||||
<type image="iso"
|
||||
publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux"
|
||||
primary="true" flags="dmsquash" mediacheck="true"
|
||||
primary="true" flags="dmsquash" filesystem="squashfs" squashfscompression="xz" mediacheck="true"
|
||||
firmware="ofw" kernelcmdline="quiet rhgb"
|
||||
>
|
||||
<bootloader name="grub2" grub_template="grub-ppc.cfg.iso-template" console="console" timeout="10"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user