Exclude the lilo-installer and elilo-installer udebs for all arches
These should have been blocked already for all arches, but that only happened for amd64. Fix that now.
This commit is contained in:
parent
3aa5bbe31c
commit
ab3039daaa
|
@ -138,3 +138,6 @@ nbd-client-udeb
|
|||
pwgen-udeb
|
||||
# Eh?
|
||||
gnumach-udeb
|
||||
# We only support grub these days, drop lilo and elilo
|
||||
lilo-installer
|
||||
elilo-installer
|
||||
|
|
|
@ -40,6 +40,3 @@ partconf-mkfstab
|
|||
# Not needed on arches that use partman
|
||||
mdcfg
|
||||
lvmcfg
|
||||
# We only support grub these days, drop lile and elilo
|
||||
lilo-installer
|
||||
elilo-installer
|
||||
|
|
|
@ -138,3 +138,6 @@ nbd-client-udeb
|
|||
pwgen-udeb
|
||||
# Eh?
|
||||
gnumach-udeb
|
||||
# We only support grub these days, drop lilo and elilo
|
||||
lilo-installer
|
||||
elilo-installer
|
||||
|
|
|
@ -40,6 +40,3 @@ partconf-mkfstab
|
|||
# Not needed on arches that use partman
|
||||
mdcfg
|
||||
lvmcfg
|
||||
# We only support grub these days, drop lile and elilo
|
||||
lilo-installer
|
||||
elilo-installer
|
||||
|
|
|
@ -10,6 +10,8 @@ debian-cd (3.1.29) UNRELEASED; urgency=medium
|
|||
[ Steve McIntyre ]
|
||||
* Add easier support for extra archive signing keys - list
|
||||
fingerprints in ARCHIVE_EXTRA_KEYS
|
||||
* Exclude lilo-installer (and elilo-installer) for all arches, not
|
||||
just amd64. This was an oversight before.
|
||||
|
||||
-- Raphaël Hertzog <raphael@offensive-security.com> Thu, 13 Feb 2020 15:07:42 +0100
|
||||
|
||||
|
|
Loading…
Reference in New Issue