summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorKim <kim.sidney@gmail.com>2018-11-07 19:38:49 +0100
committerGitHub <noreply@github.com>2018-11-07 19:38:49 +0100
commitad559f4eef05670b590bbc7f69baccbc76cad7f7 (patch)
treef70187259387c7cc60437e9682c054d47a761263 /debian
parent679b908495be500854a05503589e96617603f4d9 (diff)
downloadvyatta-cfg-system-ad559f4eef05670b590bbc7f69baccbc76cad7f7.tar.gz
vyatta-cfg-system-ad559f4eef05670b590bbc7f69baccbc76cad7f7.zip
Add uefi install option. (#84)
* Add grub-efi package dependencies * Install grub-efi if we install on efi partition
Diffstat (limited to 'debian')
-rw-r--r--debian/control5
1 files changed, 5 insertions, 0 deletions
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),