From 83fc724aad7c972a76dc41e383f454f771158907 Mon Sep 17 00:00:00 2001 From: jens Date: Wed, 13 Mar 2024 07:47:26 +0100 Subject: [PATCH] coreos.json aktualisiert --- coreos.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/coreos.json b/coreos.json index 3e79d99..5972193 100644 --- a/coreos.json +++ b/coreos.json @@ -25,6 +25,7 @@ "partitions": [ { "label": "swap", + "number": 1, "sizeMiB": 8192 } ], @@ -36,7 +37,7 @@ "path": "/etc/hostname", "contents": { "compression": "", - "source": "data:,coreos1%0A" + "source": "data:,coreos-1%0A" }, "mode": 420 },