Removing pre-wheezy grub package from binary_debian-installer.

This commit is contained in:
Daniel Baumann 2012-12-22 19:30:43 +01:00
parent 2094b4570d
commit 77fc617e2a
1 changed files with 2 additions and 2 deletions

View File

@ -339,7 +339,7 @@ then
case "${LIVE_IMAGE_ARCHITECTURE}" in
amd64)
DI_REQ_PACKAGES="lilo grub grub-pc"
DI_REQ_PACKAGES="lilo grub-pc"
case "${LB_MODE}" in
ubuntu)
@ -353,7 +353,7 @@ then
;;
i386)
DI_REQ_PACKAGES="elilo lilo grub grub-pc"
DI_REQ_PACKAGES="elilo lilo grub-pc"
case "${LB_MODE}" in
ubuntu)