lilo is not available any more in Bullseye (and newer), see #973850

This commit is contained in:
Roland Clobus 2021-01-24 22:00:09 +01:00
parent c9cf409e83
commit a37cbcb574
No known key found for this signature in database
GPG Key ID: 62C57C6AA61495BD
1 changed files with 2 additions and 2 deletions

View File

@ -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"
;;