mirror of
https://github.com/bashclub/proxmox-zfs-postinstall.git
synced 2024-11-07 18:31:58 +01:00
Update README.md
Fix for release
This commit is contained in:
parent
603d1f6bc8
commit
0b14d9c2c3
@ -1,6 +1,6 @@
|
|||||||
# proxmox-zfs-postinstall
|
# proxmox-zfs-postinstall
|
||||||
|
|
||||||
This script installs and configures basic tools for running a Proxmox Server.
|
This script installs and configures basic tools for running a new Proxmox Server (Version 8+).
|
||||||
Following settings are made:
|
Following settings are made:
|
||||||
- Install and configure zfs-auto-snapshot
|
- Install and configure zfs-auto-snapshot
|
||||||
- Switch pve-enterprise/pve-no-subscription/pvetest repo
|
- Switch pve-enterprise/pve-no-subscription/pvetest repo
|
||||||
@ -15,16 +15,16 @@ Following settings are made:
|
|||||||
- SSH server hardening
|
- SSH server hardening
|
||||||
- Install checkzfs
|
- Install checkzfs
|
||||||
- Install bashclub-zsync
|
- Install bashclub-zsync
|
||||||
|
- Install virtio-win ISO
|
||||||
- Create zfspool storage for swap disks if not exists
|
- Create zfspool storage for swap disks if not exists
|
||||||
- Adjust default volblocksize for Proxmox zfspool storage
|
- Adjust default volblocksize for Proxmox zfspool storage
|
||||||
- Configure proxmox mail delivery with postfix
|
- Configure proxmox mail delivery proxmox notifications (pve8)
|
||||||
- Daily check (and download) for new stable virtio-win iso and prune old (unused) versions
|
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
Just download and execute the script, all settings are made interactively.
|
Just download and execute the script, all settings are made interactively.
|
||||||
```
|
```
|
||||||
wget -O ./postinstall --no-cache https://github.com/bashclub/proxmox-zfs-postinstall/raw/dev/postinstall
|
wget -O ./postinstall --no-cache https://github.com/bashclub/proxmox-zfs-postinstall/raw/main/postinstall
|
||||||
bash ./postinstall
|
bash ./postinstall
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user