mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-17 20:31:25 +00:00
Storing package list compressed - save some space (50-70Mb), enlarging automated apt-get update and purge intervals to minimize fs interacions further
This commit is contained in:
parent
d40ee81f9d
commit
fcf8d5cad7
3 changed files with 4 additions and 2 deletions
|
@ -0,0 +1 @@
|
|||
Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";
|
|
@ -2,7 +2,7 @@
|
|||
APT::Periodic::Enable "1";
|
||||
|
||||
// Do "apt-get update" automatically every n-days (0=disable)
|
||||
APT::Periodic::Update-Package-Lists "3";
|
||||
APT::Periodic::Update-Package-Lists "7";
|
||||
|
||||
// Do "apt-get upgrade --download-only" every n-days (0=disable)
|
||||
APT::Periodic::Download-Upgradeable-Packages "0";
|
||||
|
@ -14,4 +14,4 @@ APT::Periodic::Download-Upgradeable-Packages "0";
|
|||
APT::Periodic::Unattended-Upgrade "1";
|
||||
|
||||
// Do "apt-get autoclean" every n-days (0=disable)
|
||||
APT::Periodic::AutocleanInterval "7";
|
||||
APT::Periodic::AutocleanInterval "21";
|
||||
|
|
1
packages/bsp/common/etc/apt/apt.conf.d/no-languages
Normal file
1
packages/bsp/common/etc/apt/apt.conf.d/no-languages
Normal file
|
@ -0,0 +1 @@
|
|||
Acquire::Languages "none";
|
Loading…
Add table
Reference in a new issue