Removing pre-wheezy grub package from binary_debian-installer.

This commit is contained in:
Daniel Baumann 2012-12-22 19:30:43 +01:00 committed by Daniel Baumann
parent 9310e69667
commit f2f2d1bccb

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)