As it currently stands, this doubles the size of the live ISOs,
which is completely unacceptable.
We will need to make the switch eventually, but we need to figure
out how to compress better first.
This reverts commit 1457e97008.
54 lines
2.0 KiB
XML
54 lines
2.0 KiB
XML
<image>
|
|
<profiles>
|
|
<profile name="LiveInstall" description="Live Install ISO">
|
|
<requires profile="BootCore"/>
|
|
</profile>
|
|
</profiles>
|
|
<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"
|
|
firmware="uefi" efifatimagesize="30" kernelcmdline="quiet rhgb"
|
|
>
|
|
<bootloader name="grub2" grub_template="grub-x86.cfg.iso-template" console="console" timeout="10"/>
|
|
</type>
|
|
</preferences>
|
|
<preferences profiles="LiveInstall" arch="aarch64">
|
|
<type image="iso"
|
|
publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux"
|
|
primary="true" flags="dmsquash" mediacheck="true"
|
|
firmware="uefi" efifatimagesize="30" kernelcmdline="quiet rhgb"
|
|
>
|
|
<bootloader name="grub2" grub_template="grub-arm.cfg.iso-template" console="console" timeout="10"/>
|
|
</type>
|
|
</preferences>
|
|
<preferences profiles="LiveInstall" arch="ppc64le">
|
|
<type image="iso"
|
|
publisher="Fedora Project" volid="Fedora_Linux" application_id="Fedora_Linux"
|
|
primary="true" flags="dmsquash" mediacheck="true"
|
|
firmware="ofw" kernelcmdline="quiet rhgb"
|
|
>
|
|
<bootloader name="grub2" grub_template="grub-ppc.cfg.iso-template" console="console" timeout="10"/>
|
|
</type>
|
|
</preferences>
|
|
<packages type="iso" patternType="plusRecommended" profiles="LiveInstall">
|
|
<!-- The point of a live image is to install -->
|
|
<namedCollection name="anaconda-tools"/>
|
|
<package name="anaconda"/>
|
|
<package name="anaconda-install-env-deps"/>
|
|
<package name="anaconda-live"/>
|
|
<!-- Need this for SVG release note images -->
|
|
<package name="aajohan-comfortaa-fonts"/>
|
|
<package name="dracut-live"/>
|
|
<package name="glibc-all-langpacks"/>
|
|
<package name="isomd5sum"/>
|
|
<package name="kernel"/>
|
|
<package name="kernel-modules"/>
|
|
<package name="kernel-modules-extra"/>
|
|
<package name="livesys-scripts"/>
|
|
<package name="btrfs-progs"/>
|
|
<package name="udisks2-btrfs"/>
|
|
<ignore name="gfs2-utils"/>
|
|
</packages>
|
|
</image>
|