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
This commit is contained in:
Ignaz Forster 2021-08-23 14:23:22 +00:00 committed by Git OBS Bridge
parent 35d7b6c402
commit cd6cc3da56
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>