Update README with new default value
This commit is contained in:
parent
7d58f667e6
commit
af900b57ad
|
@ -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.
|
||||
|
||||
| Variable | Default | Description |
|
||||
| --------- | ------------------ | ---------------------------------------------------------------------- |
|
||||
| --------- | --------------------------------------- | ---------------------------------------------------------------------- |
|
||||
| `VMID` | 9023 | ID the template should have in Proxmox |
|
||||
| `STORAGE` | `local-zfs` | Pool the disks should be created in |
|
||||
| `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 |
|
||||
|
||||
### User Account, sshd, and `authorized_keys`
|
||||
|
|
Loading…
Reference in a new issue