mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +00:00
bind: Keep configuration during distribution upgrades
Closes: #2511. - By adding bind9 to the list of packages to be held during distribution upgrade. Tests: - Install bind app on Bookworm. Check that /etc/bind/named.conf.options has been updated. Run distribution upgrade to Trixie. Notice that the configuration file is unchanged. A new .dpkg-dist file is available with the new version of the configuration. Journal messages show that bind was held during distupgrade and force upgrade was later run on it. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
c0a76cf5e6
commit
6cdab95049
@ -20,7 +20,7 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
OBSOLETE_PACKAGES: list[str] = []
|
||||
|
||||
PACKAGES_WITH_PROMPTS = ['firewalld', 'minidlna', 'radicale']
|
||||
PACKAGES_WITH_PROMPTS = ['firewalld', 'minidlna', 'radicale', 'bind9']
|
||||
|
||||
PRE_DEBCONF_SELECTIONS: list[str] = [
|
||||
# Tell grub-pc to continue without installing grub again.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user