Diffstat (limited to 'components/liveinstall.xml')
| -rw-r--r-- | components/liveinstall.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/components/liveinstall.xml b/components/liveinstall.xml index 6b683b2..c04ca7f 100644 --- a/components/liveinstall.xml +++ b/components/liveinstall.xml @@ -12,7 +12,6 @@ firmware="efi" efiparttable="gpt" efifatimagesize="30" kernelcmdline="quiet rhgb mem_sleep_default=s2idle clk_ignore_unused pd_ignore_unused systemd.tpm2_wait=0 rd.live.ram=1" fscreateoptions="-Efragments -C 1048576" - editbootconfig="surface-editbootconfig.sh" > <bootloader name="grub2" grub_template="grub-arm.cfg.iso-template" console="console" timeout="10"/> </type> @@ -29,10 +28,12 @@ <package name="dracut-live"/> <package name="glibc-all-langpacks"/> <package name="isomd5sum"/> - <!-- Surface Pro 12": no kernel package here at all. BootCoreLive's - kernel-surface already carries every module, and its %posttrans - kernel-install leaves the /boot vmlinuz that grub2's ISO kernel - lookup needs. See the kernel block in components/boot.xml. --> + <!-- Surface Pro 12": no plain "kernel" package here, it hard-Requires + kernel-uki-dtbloader on aarch64, which conflicts with BootCoreLive's + kernel-core. grub2's ISO kernel lookup just needs a vmlinuz in /boot, + which kernel-core (already installed there) already provides. --> + <package name="kernel-modules"/> + <package name="kernel-modules-extra"/> <package name="livesys-scripts"/> <package name="btrfs-progs"/> <package name="udisks2-btrfs"/> |