action #127196
closedfix ignition/combustion firstboot detection
100%
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 lnussel about 1 year ago
Was thinking to just create a snapshot in the first initrd always, independent of combustion. A new bootloader config would be generated then that would omit the firstboot flags.
Updated by favogt about 1 year 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.
Updated by favogt about 1 year ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
All in Tumbleweed meanwhile.