added more cleanups

This commit is contained in:
ston1th 2020-11-01 21:06:01 +01:00
commit 29b1c2b3e5

View file

@ -54,3 +54,17 @@ qm set 9000 --cicustom ""
qm set 9000 --ipconfig0 ""
qm template 9000
```
### More Image Cleanup
```
apt -y purge apport apport-symptoms bash-completion byobu htop landscape-common lxcfs lxd lxd-client motd-news-config nano ntfs-3g os-prober ufw
apt -y autoremove
```
Even more cleanup:
```
apt -y purge lshw lsof ltrace man-db manpages mdadm mtr-tiny screen sosreport strace tcpdump tmux usbutils whiptail
apt -y autoremove
```