Update README.md

This commit is contained in:
Tommaso Chiti 2023-06-10 09:43:24 +02:00 committed by GitHub
parent c29b1bff04
commit 118bf15f95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,8 @@
- **ZRAM**: the setup use ZRAM which aims to replace traditional swap partition/files by making the system snappier - **ZRAM**: the setup use ZRAM which aims to replace traditional swap partition/files by making the system snappier
- **systemd-oomd**: systemd-oomd will take care of OOM situations at userspace level rather than at kernel level, making the system less prone to kernel crashes - **systemd-oomd**: systemd-oomd will take care of OOM situations at userspace level rather than at kernel level, making the system less prone to kernel crashes
- **VM additions**: the script automatically provides guest tools if it detects that a virtualized environment such as VMWare Workstation, VirtualBox, QEMU-KVM is being used - **VM additions**: the script automatically provides guest tools if it detects that a virtualized environment such as VMWare Workstation, VirtualBox, QEMU-KVM is being used
- **User account setup**: A default user account with sudo permissions can be configured in order to avoid hassle in the post installation phase - **User account setup**: a default user account with sudo permissions can be configured in order to avoid hassle in the post installation phase
- **CI checks**: ShellChecker checks every PR periodically for bash syntax errors, bad coding practices, etc...
## One-step Automated Install (shorter) ## One-step Automated Install (shorter)