Adding grub-efi to static list of packages for the d-i pool for amd64.

This commit is contained in:
Daniel Baumann 2012-06-03 23:11:16 +02:00
parent aa0c0fb107
commit 4007e00a56
1 changed files with 1 additions and 1 deletions

View File

@ -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)