From cd6cc3da56de0cbc0b0a06016421ef6ad73feb35cda6809837d955ddcdb170d7 Mon Sep 17 00:00:00 2001 From: Ignaz Forster Date: Mon, 23 Aug 2021 14:23:22 +0000 Subject: [PATCH] Make sure to create /boot/writable (may not be present in some images) OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=81 --- ignition-firstboot-complete.service | 1 + ignition.changes | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/ignition-firstboot-complete.service b/ignition-firstboot-complete.service index 73f1e4b..a5856f6 100644 --- a/ignition-firstboot-complete.service +++ b/ignition-firstboot-complete.service @@ -6,6 +6,7 @@ ConditionKernelCommandLine=ignition.firstboot [Service] Type=oneshot RemainAfterExit=yes +ExecStart=/usr/bin/mkdir -p /boot/writable ExecStart=/usr/bin/touch /boot/writable/firstboot_happened [Install] diff --git a/ignition.changes b/ignition.changes index f054440..58e99b5 100644 --- a/ignition.changes +++ b/ignition.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 23 14:22:10 UTC 2021 - Ignaz Forster + +- Make sure to create /boot/writable (may not be present in some + images) + ------------------------------------------------------------------- Thu Aug 12 17:42:59 UTC 2021 - Ignaz Forster