Skip to content

Commit

Permalink
fix unattended-upgrades configuration (automatically update packages …
Browse files Browse the repository at this point in the history
…from Debian Backports)
  • Loading branch information
nodiscc committed Mar 12, 2022
1 parent 983c89c commit b2d1741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Fixed

- fix boot in legacy BIOS mode (`Failed to load COM32 file vesamenu.c32`)

- fix unattended-upgrades configuration (automatically update packages from Debian Backports)

## [v3.0.0](https://gitlab.com/nodiscc/dlc/releases/tag/3.0.0) - 2021-10-28

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Unattended-Upgrade::Origins-Pattern {
"origin=Debian,codename=${distro_codename}-proposed-updates";
"origin=Debian,codename=${distro_codename},label=Debian";
"origin=Debian,codename=${distro_codename}-security,label=Debian-Security";
"origin=Debian,codename=${distro_codename},label=Debian Backports";
"origin=Debian Backports,codename=${distro_codename}-backports,label=Debian Backports";

// Archive or Suite based matching:
// Note that this will silently match a different release after
Expand Down

0 comments on commit b2d1741

Please sign in to comment.