diff options
author | Daniel Baumann <daniel@debian.org> | 2012-06-03 23:11:16 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-06-04 11:54:14 +0200 |
commit | 4007e00a56c2664a23acbcac98299e6729d7b289 (patch) | |
tree | 0e120de9d842828c2fee8c728c1fe447dfa1c75d | |
parent | aa0c0fb107cf821ca5b85e0f8156442eaa9c3dd7 (diff) | |
download | vyos-live-build-4007e00a56c2664a23acbcac98299e6729d7b289.tar.gz vyos-live-build-4007e00a56c2664a23acbcac98299e6729d7b289.zip |
Adding grub-efi to static list of packages for the d-i pool for amd64.
-rwxr-xr-x | scripts/build/lb_binary_debian-installer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer index f64ee266e..31370c036 100755 --- a/scripts/build/lb_binary_debian-installer +++ b/scripts/build/lb_binary_debian-installer @@ -344,7 +344,7 @@ then case "${LB_ARCHITECTURES}" in amd64) - DI_REQ_PACKAGES="lilo grub grub-pc" + DI_REQ_PACKAGES="lilo grub grub-efi grub-pc" case "${LB_MODE}" in ubuntu|kubuntu) |