From ad559f4eef05670b590bbc7f69baccbc76cad7f7 Mon Sep 17 00:00:00 2001 From: Kim Date: Wed, 7 Nov 2018 19:38:49 +0100 Subject: Add uefi install option. (#84) * Add grub-efi package dependencies * Install grub-efi if we install on efi partition --- debian/control | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debian') diff --git a/debian/control b/debian/control index 12b27b1b..b2ed93d0 100644 --- a/debian/control +++ b/debian/control @@ -47,6 +47,11 @@ Depends: adduser, curl, parted, libpam-cap, + efibootmgr, + libefivar0, + grub-efi-amd64-bin, + dosfstools, + gdisk, ${arch:Depends} Pre-Depends: bash-completion Suggests: util-linux (>= 2.13-5), -- cgit v1.2.3