Initial commit
This commit is contained in:
commit
295a111cec
89 changed files with 2897 additions and 0 deletions
5
config/files/etc/apt/apt.conf.d/force_confdef/DEBIAN
Normal file
5
config/files/etc/apt/apt.conf.d/force_confdef/DEBIAN
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
DPkg {
|
||||
Options {
|
||||
"--force-confdef";
|
||||
}
|
||||
};
|
||||
3
config/files/etc/apt/sources.list/DEBIAN
Normal file
3
config/files/etc/apt/sources.list/DEBIAN
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
deb {%apt_cdn%}/debian {%release%} main contrib non-free
|
||||
deb {%security_cdn%}/debian-security {%secsuite%} main contrib non-free
|
||||
deb {%apt_cdn%}/debian {%release%}-updates main contrib non-free
|
||||
0
config/files/etc/motd/FAIBASE
Normal file
0
config/files/etc/motd/FAIBASE
Normal file
Reference in a new issue