diff --git a/coreos-1.json b/coreos-1.json index c7bbf3b..eafc8ba 100644 --- a/coreos-1.json +++ b/coreos-1.json @@ -51,6 +51,14 @@ } ], "files": [ + { + "path": "/etc/vconsole.conf", + "contents": { + "compression": "", + "source": "data:,KEYMAP%3Dde" + }, + "mode": 420 + }, { "overwrite": true, "path": "/etc/selinux/config", @@ -107,6 +115,61 @@ "compression": "", "source": "data:;base64,W3VwZGF0ZXNdCnN0cmF0ZWd5PSJwZXJpb2RpYyIKW1t1cGRhdGVzLnBlcmlvZGljLndpbmRvd11dCmRheXM9WyAiU2F0IiwgIlN1biIgXQpzdGFydF90aW1lPSIyMzozMCIKbGVuZ3RoX21pbnV0ZXM9NjAK" } + }, + { + "path": "/local/usr/bin/ctop", + "contents": { + "compression": "gzip", + "source": "https://git.cloud.wink.li/jens/coreos/raw/branch/main/ctop.gz", + "verification": { + "hash": "sha256-b78374734ebe3d14b6edee3d5512c911c250d7fa7f3f964cb00acd3bc5a02a09" + } + }, + "mode": 493 + }, + { + "path": "/local/usr/bin/docker-compose", + "contents": { + "compression": "gzip", + "source": "https://git.cloud.wink.li/jens/coreos/raw/branch/main/docker-compose.gz", + "verification": { + "hash": "sha256-53641b8a28419f947bc58c085e0c39b97a209b6e875a25c585e7fab44ff48576" + } + }, + "mode": 493 + }, + { + "path": "/local/usr/bin/micro", + "contents": { + "compression": "gzip", + "source": "https://git.cloud.wink.li/jens/coreos/raw/branch/main/micro.gz", + "verification": { + "hash": "sha256-a04e12944b9889f12bab4529694dee236abfb5c4b32c268fbec1d251aa16ad11" + } + }, + "mode": 493 + }, + { + "path": "/local/usr/bin/restic", + "contents": { + "compression": "gzip", + "source": "https://git.cloud.wink.li/jens/coreos/raw/branch/main/restic.gz", + "verification": { + "hash": "sha256-22d49f5309e1f846f728b512069de25584bf7163dc2ebcda872ff2ad642a1995" + } + }, + "mode": 493 + }, + { + "path": "/local/usr/bin/rclone", + "contents": { + "compression": "gzip", + "source": "https://git.cloud.wink.li/jens/coreos/raw/branch/main/rclone.gz", + "verification": { + "hash": "sha256-8cb7a66c028a81f5ed67460d0ae7bb9996ff439451514c8586463eaa905d6f82" + } + }, + "mode": 493 } ], "filesystems": [ @@ -119,6 +182,12 @@ "device": "/dev/disk/by-partlabel/swap", "format": "swap" } + ], + "links": [ + { + "path": "/etc/localtime", + "target": "../usr/share/zoneinfo/Europe/Berlin" + } ] }, "systemd": { @@ -133,18 +202,9 @@ "enabled": true, "name": "docker-tcp.socket" }, - { - "dropins": [ - { - "contents": "[Service]\n# Override Execstart in main unit\nExecStart=\n# Add new Execstart with `-` prefix to ignore failure`\nExecStart=-/usr/sbin/agetty --autologin core --noclear %I $TERM\n", - "name": "autologin-core.conf" - } - ], - "name": "serial-getty@ttyS0.service" - }, { "contents": "[Unit]\nDescription=Layer qemu-guest-agent with rpm-ostree\nWants=network-online.target\nAfter=network-online.target\n# We run before `zincati.service` to avoid conflicting rpm-ostree\n# transactions.\nBefore=zincati.service\nConditionPathExists=!/var/lib/%N.stamp\n\n[Service]\nType=oneshot\nRemainAfterExit=yes\n# `--allow-inactive` ensures that rpm-ostree does not return an error\n# if the package is already installed. This is useful if the package is\n# added to the root image in a future Fedora CoreOS release as it will\n# prevent the service from failing.\nExecStart=/usr/bin/rpm-ostree install --apply-live --allow-inactive qemu-guest-agent\nExecStart=/bin/touch /var/lib/%N.stamp\n\n[Install]\nWantedBy=multi-user.target", - "enabled": true, + "enabled": false, "name": "rpm-ostree-install.qemu-guest-agent.service" } ]