Removing pre-wheezy grub package from binary_debian-installer.
This commit is contained in:
parent
9310e69667
commit
f2f2d1bccb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user