diff options
| author | 2024-09-14 11:15:25 +0200 | |
|---|---|---|
| committer | 2024-11-17 12:32:31 -0500 | |
| commit | 1457e97008f15064dcc30aaca9977ffa1ec66572 (patch) | |
| tree | be5bcc03e4f4a924b4bd18817118fa0eac8d3cb5 /components/liveinstall.xml | |
| parent | 2efe56a38f71162797fd6ef0eb7a5ecbf9a2e3f5 (diff) | |
| download | kiwi-descriptions-1457e97008f15064dcc30aaca9977ffa1ec66572.tar.gz kiwi-descriptions-1457e97008f15064dcc30aaca9977ffa1ec66572.zip | |
components/liveinstall: Switch to EROFS for live media
EROFS is newer, more performant filesystem that emphasizes speed
and integrity over SquashFS. It is also much better maintained and
friendlier for flash-based storage that live media is typically
run from these days.
Diffstat (limited to 'components/liveinstall.xml')
| -rw-r--r-- | components/liveinstall.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/liveinstall.xml b/components/liveinstall.xml index c870f87..6a60c4d 100644 --- a/components/liveinstall.xml +++ b/components/liveinstall.xml @@ -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="erofs" erofscompression="zstd,level=12" 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="erofs" erofscompression="zstd,level=12" 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="erofs" erofscompression="zstd,level=12" mediacheck="true" firmware="ofw" kernelcmdline="quiet rhgb" > <bootloader name="grub2" grub_template="grub-ppc.cfg.iso-template" console="console" timeout="10"/> |