Skip to content

Commit a958a52

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

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, \
@@ -84,6 +88,7 @@ DEPENDS += ansible, \
8488
rng-tools, \
8589
rsyslog, \
8690
sudo, \
91+
systemd-boot, \
8792
systemd-container, \
8893
systemd-resolved, \
8994
tzdata, \

0 commit comments

Comments
 (0)