Skip to content

Commit a6c00fb

Browse files
committed
Add systemd-boot, efitools, efibootmgr, and dosfstools packages
PR URL: https://www.github.com/delphix/delphix-platform/pull/507
1 parent 25332d3 commit a6c00fb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

debian/rules

+6-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ DEPENDS = delphix-kernel-$(KERNEL_TYPE.$(TARGET_PLATFORM)),
4040
# The following packages are required in order to generate VM artifacts
4141
# that are leveraging ZFS as their root filesystem.
4242
#
43-
DEPENDS += grub-pc, \
43+
DEPENDS += grub-efi-amd64, \
4444
delphix-zfs,
4545

4646
#
@@ -59,6 +59,10 @@ DEPENDS += ansible, \
5959
debootstrap, \
6060
debsums, \
6161
dmidecode, \
62+
dosfstools, \
63+
efibootmgr, \
64+
efitools, \
65+
grub-efi-amd64, \
6266
init, \
6367
iproute2, \
6468
iputils-ping, \
@@ -85,6 +89,7 @@ DEPENDS += ansible, \
8589
rng-tools, \
8690
rsyslog, \
8791
sudo, \
92+
systemd-boot, \
8893
systemd-container, \
8994
systemd-resolved, \
9095
tzdata, \

0 commit comments

Comments
 (0)