Clarify autoinstall file naming: user-data and meta-data have no extensions

This commit is contained in:
Artemis (Iron Legion)
2026-05-23 16:21:44 -04:00
parent 39ff842a65
commit 49b0ddcc7f

View File

@@ -24,12 +24,17 @@ Replaces MAAS for small batches. Fully autonomous after USB boot.
Create these two files in the **root of the USB's writable partition**: Create these two files in the **root of the USB's writable partition**:
**`user-data`** **`user-data`** — copy `autoinstall.yaml` and rename it to `user-data` (no extension):
``` ```bash
[paste entire contents of autoinstall.yaml here] cp autoinstall.yaml /media/usb/user-data
``` ```
**`meta-data`** (can be empty) **`meta-data`** — create an empty file literally named `meta-data` (no extension):
```bash
touch /media/usb/meta-data
```
Optional content for `meta-data`:
```yaml ```yaml
instance-id: iid-ironlegion01 instance-id: iid-ironlegion01
local-hostname: ubuntu local-hostname: ubuntu