diff --git a/README.md b/README.md index fc66d56..21902ea 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ The script uses the package [`libguestfs-tools`](https://libguestfs.org)' `virt- ### Configuration Options 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 | -| `BRIDGE` | `vmbr0,tag=208` | name of the bridge to use and any parameters needed, like the VLAN tag | +| 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-$(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`