Diffstat (limited to 'components/boot.xml')
| -rw-r--r-- | components/boot.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/components/boot.xml b/components/boot.xml index d801c01..ee27d4f 100644 --- a/components/boot.xml +++ b/components/boot.xml @@ -7,7 +7,7 @@ <requires profile="BootCore"/> </profile> </profiles> - <preferences profiles="BootDiskCore" arch="x86_64,riscv64"> + <preferences profiles="BootDiskCore" arch="x86_64"> <type image="oem" filesystem="btrfs" btrfs_root_is_subvolume="true" btrfs_set_default_volume="false" fsmountoptions="x-systemd.growfs,compress=zstd:1" kernelcmdline="rhgb quiet" devicepersistency="by-uuid" @@ -86,8 +86,6 @@ <packages type="image" patternType="plusRecommended" profiles="BootCore"> <package name="grub2-efi-aa64" arch="aarch64"/> <package name="grub2-efi-aa64-modules" arch="aarch64"/> - <package name="grub2-efi-riscv64" arch="riscv64"/> - <package name="grub2-efi-riscv64-modules" arch="riscv64"/> <package name="grub2-efi-x64" arch="x86_64"/> <package name="grub2-efi-x64-modules" arch="x86_64"/> <package name="grub2-pc" arch="x86_64"/> @@ -96,7 +94,6 @@ <package name="s390utils-base" arch="s390x"/> <package name="shim-signed-aa64" arch="aarch64"/> <package name="shim-signed-x64" arch="x86_64"/> - <package name="shim-unsigned-riscv64" arch="riscv64"/> <package name="kernel-core"/> <package name="systemd-oomd-defaults"/> <package name="systemd-resolved"/> @@ -104,7 +101,6 @@ <packages type="image" patternType="plusRecommended" profiles="BootCoreUKI"> <package name="shim-signed-aa64" arch="aarch64"/> <package name="shim-signed-x64" arch="x86_64"/> - <package name="shim-unsigned-riscv64" arch="riscv64"/> <package name="systemd-oomd-defaults"/> <package name="systemd-resolved"/> <package name="kernel-uki-virt"/> @@ -113,7 +109,6 @@ </packages> <packages type="iso" patternType="plusRecommended" profiles="BootCore"> <package name="grub2-efi-aa64-cdboot" arch="aarch64"/> - <package name="grub2-efi-riscv64-cdboot" arch="riscv64"/> <package name="grub2-efi-x64-cdboot" arch="x86_64"/> </packages> <packages type="image" patternType="plusRecommended" profiles="BootDiskCore"> @@ -126,6 +121,5 @@ <package name="btrfs-progs"/> <package name="udisks2-btrfs"/> <package name="uboot-images-armv8" arch="aarch64"/> - <package name="uboot-images-riscv64" arch="riscv64"/> </packages> </image> |