Last active
February 18, 2026 11:33
-
-
Save yousiki/fd1d411318641c373b8cc27935fab1bd to your computer and use it in GitHub Desktop.
Fedora Core config.ign
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "ignition": { | |
| "version": "3.5.0" | |
| }, | |
| "passwd": { | |
| "users": [ | |
| { | |
| "groups": [ | |
| "wheel" | |
| ], | |
| "name": "yousiki", | |
| "sshAuthorizedKeys": [ | |
| "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC45xBkgwJJ0bTz/PDMHS9N/ajwEo8RgOR7/JUnmNwtx yousiki@mio" | |
| ] | |
| } | |
| ] | |
| }, | |
| "storage": { | |
| "files": [ | |
| { | |
| "overwrite": true, | |
| "path": "/etc/hostname", | |
| "contents": { | |
| "compression": "", | |
| "source": "data:,yukko" | |
| }, | |
| "mode": 420 | |
| }, | |
| { | |
| "overwrite": true, | |
| "path": "/etc/systemd/zram-generator.conf", | |
| "contents": { | |
| "compression": "", | |
| "source": "data:,%5Bzram0%5D%0A" | |
| }, | |
| "mode": 420 | |
| } | |
| ], | |
| "links": [ | |
| { | |
| "overwrite": true, | |
| "path": "/etc/localtime", | |
| "hard": false, | |
| "target": "../usr/share/zoneinfo/Asia/Tokyo" | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment