Drop win32-loader for the images with an installer.

See https://lists.debian.org/debian-boot/2022/08/msg00035.html
This commit is contained in:
Roland Clobus 2022-08-10 08:00:08 +02:00
parent fe9b32e7cd
commit 6908dfd6df
No known key found for this signature in database
GPG Key ID: 62C57C6AA61495BD
1 changed files with 1 additions and 13 deletions

View File

@ -463,19 +463,7 @@ Prepare_config ()
;;
esac
case "${LB_ARCHITECTURE}" in
amd64|i386)
if [ "${LB_DEBIAN_INSTALLER}" != "none" ]; then
LB_WIN32_LOADER="${LB_WIN32_LOADER:-true}"
else
LB_WIN32_LOADER="${LB_WIN32_LOADER:-false}"
fi
;;
*)
LB_WIN32_LOADER="${LB_WIN32_LOADER:-false}"
;;
esac
LB_WIN32_LOADER="${LB_WIN32_LOADER:-false}"
LB_NET_TARBALL="${LB_NET_TARBALL:-true}"