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
|
pwgen-udeb
|
||||||
# Eh?
|
# Eh?
|
||||||
gnumach-udeb
|
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
|
# Not needed on arches that use partman
|
||||||
mdcfg
|
mdcfg
|
||||||
lvmcfg
|
lvmcfg
|
||||||
# We only support grub these days, drop lile and elilo
|
|
||||||
lilo-installer
|
|
||||||
elilo-installer
|
|
||||||
|
|
|
@ -138,3 +138,6 @@ nbd-client-udeb
|
||||||
pwgen-udeb
|
pwgen-udeb
|
||||||
# Eh?
|
# Eh?
|
||||||
gnumach-udeb
|
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
|
# Not needed on arches that use partman
|
||||||
mdcfg
|
mdcfg
|
||||||
lvmcfg
|
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 ]
|
[ Steve McIntyre ]
|
||||||
* Add easier support for extra archive signing keys - list
|
* Add easier support for extra archive signing keys - list
|
||||||
fingerprints in ARCHIVE_EXTRA_KEYS
|
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
|
-- Raphaël Hertzog <raphael@offensive-security.com> Thu, 13 Feb 2020 15:07:42 +0100
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue