Removing pre-wheezy grub package from binary_debian-installer.
This commit is contained in:
parent
2094b4570d
commit
77fc617e2a
|
@ -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