coreos-1.json aktualisiert

This commit is contained in:
2024-03-16 16:17:40 +01:00
parent 0e0cde63fd
commit 5fb2e6be70
+70 -10
View File
@@ -51,6 +51,14 @@
} }
], ],
"files": [ "files": [
{
"path": "/etc/vconsole.conf",
"contents": {
"compression": "",
"source": "data:,KEYMAP%3Dde"
},
"mode": 420
},
{ {
"overwrite": true, "overwrite": true,
"path": "/etc/selinux/config", "path": "/etc/selinux/config",
@@ -107,6 +115,61 @@
"compression": "", "compression": "",
"source": "data:;base64,W3VwZGF0ZXNdCnN0cmF0ZWd5PSJwZXJpb2RpYyIKW1t1cGRhdGVzLnBlcmlvZGljLndpbmRvd11dCmRheXM9WyAiU2F0IiwgIlN1biIgXQpzdGFydF90aW1lPSIyMzozMCIKbGVuZ3RoX21pbnV0ZXM9NjAK" "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": [ "filesystems": [
@@ -119,6 +182,12 @@
"device": "/dev/disk/by-partlabel/swap", "device": "/dev/disk/by-partlabel/swap",
"format": "swap" "format": "swap"
} }
],
"links": [
{
"path": "/etc/localtime",
"target": "../usr/share/zoneinfo/Europe/Berlin"
}
] ]
}, },
"systemd": { "systemd": {
@@ -133,18 +202,9 @@
"enabled": true, "enabled": true,
"name": "docker-tcp.socket" "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", "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" "name": "rpm-ostree-install.qemu-guest-agent.service"
} }
] ]