Actions
action #127196
closedfix ignition/combustion firstboot detection
Start date:
2023-04-04
Due date:
2023-04-25
% Done:
100%
Estimated time:
Description
ignition/combustion currently read /boot/writable/firstboot_happened to detect first boot. This is grub specific. We need a better mechanism that works with systemd-boot
Updated by favogt about 2 months ago
- Status changed from New to In Progress
This PR implements a new mechanism: https://github.com/openSUSE/combustion/pull/4
A new firstboot.target in the initrd is started if there is no /etc/machine-id yet (mirror ConditionFirstBoot), /var/lib/YaST2/reconfig_system exists (reuse the YaST way to trigger it from the system itself) or either combustion.firstboot or ignition.firstboot appear on the kernel cmdline.
Actions