lilo is not available any more in Bullseye (and newer), see #973850
This commit is contained in:
parent
c9cf409e83
commit
a37cbcb574
|
@ -291,12 +291,12 @@ then
|
|||
|
||||
case "${LB_ARCHITECTURE}" in
|
||||
amd64)
|
||||
DI_REQ_PACKAGES="lilo grub-pc"
|
||||
DI_REQ_PACKAGES="grub-pc"
|
||||
DI_PACKAGES="linux-image-amd64"
|
||||
;;
|
||||
|
||||
i386)
|
||||
DI_REQ_PACKAGES="lilo grub-pc"
|
||||
DI_REQ_PACKAGES="grub-pc"
|
||||
DI_PACKAGES="linux-image-686-pae"
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in New Issue