1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
### /etc/upgrade-system.conf(5) configuration for upgrade-system(8) ###
#
# Copyright © 2004-2025 Martin-Éric Racine <martin-eric.racine@iki.fi>
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Values below match the script's built-in defaults.
# Uncomment and edit as necessary to override them.
# See apt-get(8)
#UPDATEOPTS="--quiet --quiet --yes --allow-releaseinfo-change-codename --allow-releaseinfo-change-version"
# See apt-get(8)
#UPGRADEOPTS="--purge --option APT::Get::Build-Dep-Automatic=true --auto-remove --fix-broken dist-upgrade"
# See deborphan(1)
#ORPHANOPTS="--libdevel --guess-all --no-guess-debug"
# See apt-get(8)
#CLEANOPTS="clean"
#EOF
|