Removing grub package from binary_debian-installer for wheezy.

This commit is contained in:
Daniel Baumann 2012-12-22 19:31:51 +01:00
parent 386488c833
commit a03aa6e812
1 changed files with 14 additions and 2 deletions

View File

@ -339,7 +339,13 @@ then
case "${LB_ARCHITECTURES}" in
amd64)
DI_REQ_PACKAGES="lilo grub grub-pc"
DI_REQ_PACKAGES="lilo grub-pc"
case "${LB_DISTRIBUTION}" in
squeeze)
DI_REQ_PACAKGES="${DI_REQ_PACKAGES} grub"
;;
esac
case "${LB_MODE}" in
ubuntu)
@ -353,7 +359,13 @@ then
;;
i386)
DI_REQ_PACKAGES="elilo lilo grub grub-pc"
DI_REQ_PACKAGES="elilo lilo grub-pc"
case "${LB_DISTRIBUTION}" in
squeeze)
DI_REQ_PACAKGES="${DI_REQ_PACKAGES} grub"
;;
esac
case "${LB_MODE}" in
ubuntu)