Accepting request 913855 from devel:kubic:ignition

Make sure to create /boot/writable (may not be present in some images)

OBS-URL: https://build.opensuse.org/request/show/913855
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ignition?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2021-08-24 08:54:42 +00:00 committed by Git OBS Bridge
commit 8020e752a5
2 changed files with 7 additions and 0 deletions

View File

@ -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]

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 23 14:22:10 UTC 2021 - Ignaz Forster <iforster@suse.com>
- Make sure to create /boot/writable (may not be present in some
images)
-------------------------------------------------------------------
Thu Aug 12 17:42:59 UTC 2021 - Ignaz Forster <iforster@suse.com>