added more cleanups
This commit is contained in:
parent
eb9546c9af
commit
29b1c2b3e5
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue