coreos-1.json aktualisiert

This commit is contained in:
2024-03-18 17:27:48 +01:00
parent 8f1589277b
commit 3f1cf4afee
+12 -7
View File
@@ -76,6 +76,16 @@
}, },
"mode": 420 "mode": 420
}, },
{
"overwrite": false,
"path": "/home/core/.bashrc",
"append": [
{
"compression": "gzip",
"source": "data:;base64,H4sIAAAAAAAC/0rMyUwsVkhJLrBVT8lPzk4t0k3Ozy3IL05VKCjNyVHngsmnYMin5JfnIeRLMeRLCxR0U9S5uNISi0vSUkuSM7gAAQAA//9QYm+4bAAAAA=="
}
]
},
{ {
"path": "/etc/profile.d/systemd-pager.sh", "path": "/etc/profile.d/systemd-pager.sh",
"contents": { "contents": {
@@ -93,7 +103,7 @@
"mode": 420 "mode": 420
}, },
{ {
"path": "/etc/NetworkManager/system-connections/${interface}.nmconnection", "path": "/etc/NetworkManager/system-connections/ens18.nmconnection",
"contents": { "contents": {
"compression": "gzip", "compression": "gzip",
"source": "data:;base64,H4sIAAAAAAAC/1TKQarDIBAG4P2c5cXHhCSkFE8Sshj0DwpxFLWF3L4Uumi3H9/msipcj1l3it5CG6/UrwKLHlAVnaJ21EMcBpWET9lieU47ifcVrbHl22h4Wc04T2Ze/sfp71uYvLafw8z3Nw4NUl2wIScYqUUoyTUcEk97yNlACT1kb5PoQ056BQAA//+ksLFusAAAAA==" "source": "data:;base64,H4sIAAAAAAAC/1TKQarDIBAG4P2c5cXHhCSkFE8Sshj0DwpxFLWF3L4Uumi3H9/msipcj1l3it5CG6/UrwKLHlAVnaJ21EMcBpWET9lieU47ifcVrbHl22h4Wc04T2Ze/sfp71uYvLafw8z3Nw4NUl2wIScYqUUoyTUcEk97yNlACT1kb5PoQ056BQAA//+ksLFusAAAAA=="
@@ -191,7 +201,7 @@
"links": [ "links": [
{ {
"path": "/etc/localtime", "path": "/etc/localtime",
"target": "../usr/share/zoneinfo/Europe/Berlin" "target": "/usr/share/zoneinfo/Europe/Berlin"
} }
] ]
}, },
@@ -206,11 +216,6 @@
"contents": "[Unit]\nDescription=Docker Socket for the API\n[Socket]\nListenStream=2375\nBindIPv6Only=both\nService=docker.service\n[Install]\nWantedBy=sockets.target\n", "contents": "[Unit]\nDescription=Docker Socket for the API\n[Socket]\nListenStream=2375\nBindIPv6Only=both\nService=docker.service\n[Install]\nWantedBy=sockets.target\n",
"enabled": true, "enabled": true,
"name": "docker-tcp.socket" "name": "docker-tcp.socket"
},
{
"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": false,
"name": "rpm-ostree-install.qemu-guest-agent.service"
} }
] ]
} }