mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
feat: monitoring server in lxc container example using turris os
This commit is contained in:
@@ -71,6 +71,12 @@ apt-check policy 'boinc-client'
|
||||
# Reconfigure packages.
|
||||
sudo dpkg-reconfigure 'mariadb-server'
|
||||
sudo dpkg-reconfigure -p 'low' 'unattended-upgrades'
|
||||
|
||||
# Stop installing recommended and suggested packages.
|
||||
cat > /etc/apt/apt.conf.d/99norecommend << EOF
|
||||
APT::Install-Recommends "0";
|
||||
APT::Install-Suggests "0";
|
||||
EOF
|
||||
```
|
||||
|
||||
## Automate security upgrades
|
||||
@@ -97,6 +103,12 @@ See [Apt configuration] for more information.
|
||||
APT::Default-Release "stable";
|
||||
```
|
||||
|
||||
```txt
|
||||
# /etc/apt/apt.conf.d/99norecommend
|
||||
APT::Install-Recommends "0";
|
||||
APT::Install-Suggests "0";
|
||||
```
|
||||
|
||||
```txt
|
||||
# /etc/apt/apt.conf.d/99parallel-fetch
|
||||
APT::Acquire::Queue-Mode "access";
|
||||
|
||||
Reference in New Issue
Block a user