Update README with new default value

This commit is contained in:
Max 2024-01-05 23:52:42 +01:00
parent 7d58f667e6
commit af900b57ad
Signed by: max
SSH key fingerprint: SHA256:tTvPN+YcDnu+kF5q12HRMF4bZrESKjjKlC7YLyF3BbE

View file

@ -10,11 +10,11 @@ The script uses the package [`libguestfs-tools`](https://libguestfs.org)' `virt-
Verify that the settings at the beginning of the script are suitable to the cluster you want to create the template from. Verify that the settings at the beginning of the script are suitable to the cluster you want to create the template from.
| Variable | Default | Description | | Variable | Default | Description |
| --------- | ------------------ | ---------------------------------------------------------------------- | | --------- | --------------------------------------- | ---------------------------------------------------------------------- |
| `VMID` | 9023 | ID the template should have in Proxmox | | `VMID` | 9023 | ID the template should have in Proxmox |
| `STORAGE` | `local-zfs` | Pool the disks should be created in | | `STORAGE` | `local-zfs` | Pool the disks should be created in |
| `OS` | `debian-12` | `virt-builder` name of the OS to install | | `OS` | `debian-12` | `virt-builder` name of the OS to install |
| `NAME` | `chaos-${OS}-tmpl` | name of the template | | `NAME` | `chaos-${OS}-tmpl-$(date -u +%Y-%m-%d)` | name of the template |
| `BRIDGE` | `vmbr0,tag=208` | name of the bridge to use and any parameters needed, like the VLAN tag | | `BRIDGE` | `vmbr0,tag=208` | name of the bridge to use and any parameters needed, like the VLAN tag |
### User Account, sshd, and `authorized_keys` ### User Account, sshd, and `authorized_keys`