From a37cbcb5744408b24d87a7df9eb59f57d6806d71 Mon Sep 17 00:00:00 2001 From: Roland Clobus Date: Sun, 24 Jan 2021 22:00:09 +0100 Subject: [PATCH] lilo is not available any more in Bullseye (and newer), see #973850 --- scripts/build/installer_debian-installer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build/installer_debian-installer b/scripts/build/installer_debian-installer index 98440c75e..8a663e5dd 100755 --- a/scripts/build/installer_debian-installer +++ b/scripts/build/installer_debian-installer @@ -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" ;;