dleidert / openmediavault-upgrade

Script to upgrade openmediavault from one major release into the next
GNU General Public License v3.0
48 stars 1 forks source link

Maybe remove the APT::Default-Release setting #21

Open dleidert opened 3 years ago

dleidert commented 3 years ago

The "Enable backports" setting creates a pinning of 500 for the firmware and kernel image backport packages. With the APT::Default-Release setting enabled the pinning is not high enough to be pulled in. So maybe we should remove the setting at the end?

dleidert commented 3 years ago

I was thinking about not using the setting at all and instead go with addiing -t buster to THIS_APT_UPGRADE_OPTIONS in env/localvars