diff --git a/README.md b/README.md index e69de29..e92f0c4 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,10 @@ +# proxmox-zfs-basics + +This script installs and configures basic tools for running a Proxmox Server. +Following settings are made: +- Remove `pve-enterprise` repo +- Add `pve-no-subscription` repo +- Upgrade system to latest version +- Install basic tools: `vim net-tools dnsutils ethtool git curl unzip screen iftop lshw smartmontools lsscsi sysstat zfs-auto-snapshot` +- Configure snapshot retention for `zfs-auto-snapshot` +- Set limits for level 1 arc (`zfs_arc_min` and `zfs_arc_max`) \ No newline at end of file