Skip to content

Commit 3e483a4

Browse files
committedJan 8, 2020
Move shim dependencies into vmdeps-$(arch).txt
Recent move to unify deps+vmdeps broke ppc64le as `shim` was in pure `vmdeps` but it's arch dependent. #1018 (comment) This reveals more duplication between the two; move bootloader bits consistently into `vmdeps-$(arch).txt`.
1 parent c87d528 commit 3e483a4

5 files changed

+11
-14
lines changed
 

‎src/deps-aarch64.txt

-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
# For grub install when creating images
2-
grub2
3-
4-
# For creating bootable UEFI media on aarch64
5-
shim-aa64 grub2-efi-aa64

‎src/deps-x86_64.txt

-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
1-
# For grub install when creating images without anaconda
2-
grub2
3-
41
# For generating ISO images
52
syslinux-nonlinux
6-
7-
# For creating bootable UEFI media on x86_64
8-
shim-x64 grub2-efi-x64

‎src/vmdeps-aarch64.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
grub2 grub2-efi-aa64
1+
# For grub install when creating images
2+
grub2
3+
4+
# For creating bootable UEFI media on aarch64
5+
shim-aa64 grub2-efi-aa64

‎src/vmdeps-x86_64.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
grub2 grub2-efi-x64
1+
# For grub install when creating images without anaconda
2+
grub2
3+
4+
# For creating bootable UEFI media on x86_64
5+
shim-x64 grub2-efi-x64

‎src/vmdeps.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ python3 python3-gobject-base buildah podman skopeo iptables iptables-libs
2525
# luks
2626
cryptsetup
2727

28-
gdisk xfsprogs e2fsprogs dosfstools shim
28+
gdisk xfsprogs e2fsprogs dosfstools

0 commit comments

Comments
 (0)
Please sign in to comment.