First commit
This commit is contained in:
commit
c9b7172d6a
50 changed files with 1214 additions and 0 deletions
1
files/apt/10.sid.list
Normal file
1
files/apt/10.sid.list
Normal file
|
@ -0,0 +1 @@
|
|||
deb http://ftp.debian.org/debian sid main
|
3
files/apt/20-stable
Normal file
3
files/apt/20-stable
Normal file
|
@ -0,0 +1,3 @@
|
|||
Package: *
|
||||
Pin:release n=sid
|
||||
Pin-Priority:-10
|
2
files/apt/20auto-upgrades
Normal file
2
files/apt/20auto-upgrades
Normal file
|
@ -0,0 +1,2 @@
|
|||
APT::Periodic::Update-Package-Lists "1";
|
||||
APT::Periodic::Unattended-Upgrade "1";
|
10
files/apt/50unattended-upgrades
Normal file
10
files/apt/50unattended-upgrades
Normal file
|
@ -0,0 +1,10 @@
|
|||
// ACAQB unattended upgrades configuration file
|
||||
Unattended-Upgrade::Origin-Pattern {
|
||||
"o=Debian,n=stretch";
|
||||
"o=Debian,n=stretch-updates";
|
||||
"o=Debian,n=stretch,l=Debian-Security";
|
||||
"o=Debian,n=sid";
|
||||
};
|
||||
Unattended-Upgrade::Remove-Unused-Dependencies "true";
|
||||
Unattended-Upgrade::MinimalSteps "true";
|
||||
Acquire::http::Dl-Limit "50";
|
3
files/apt/80-fusioninventory
Normal file
3
files/apt/80-fusioninventory
Normal file
|
@ -0,0 +1,3 @@
|
|||
Package: fusioninventory-agent
|
||||
Pin: release n=sid
|
||||
Pin-Priority: 991
|
3
files/apt/80-papirus-icon-theme
Normal file
3
files/apt/80-papirus-icon-theme
Normal file
|
@ -0,0 +1,3 @@
|
|||
Package: papirus-icon-theme
|
||||
Pin: release n=sid
|
||||
Pin-Priority: 991
|
Reference in a new issue