coreos/README.md
2024-01-05 00:06:42 +01:00

12 lines
245 B
Markdown

# coreos
Contient les fichiers d'initialisation de CoreOS.
## Butane
To convert yml in ignition file, use this command:
```bash
$ file=borgwarehouse-pumbaa.gaia.ykn.local; bin/butane-x86_64-unknown-linux-gnu --output $file.ign $file.yml
```