coreos/README.md

12 lines
245 B
Markdown
Raw Permalink Normal View History

2024-01-04 16:15:17 +00:00
# coreos
2024-01-04 16:36:47 +00:00
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
```