Skip to content

Commit 7867c71

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

debian/rules

+6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ DEPENDS = delphix-kernel-$(KERNEL_TYPE.$(TARGET_PLATFORM)),
4141
# that are leveraging ZFS as their root filesystem.
4242
#
4343
DEPENDS += grub-pc, \
44+
grub-efi-amd64, \
4445
delphix-zfs,
4546

4647
#
@@ -59,6 +60,10 @@ DEPENDS += ansible, \
5960
debootstrap, \
6061
debsums, \
6162
dmidecode, \
63+
dosfstools, \
64+
efibootmgr, \
65+
efitools, \
66+
grub-efi-amd64, \
6267
init, \
6368
iproute2, \
6469
iputils-ping, \
@@ -85,6 +90,7 @@ DEPENDS += ansible, \
8590
rng-tools, \
8691
rsyslog, \
8792
sudo, \
93+
systemd-boot, \
8894
systemd-container, \
8995
systemd-resolved, \
9096
tzdata, \

0 commit comments

Comments
 (0)