Commit Graph

1 Commits (3bbe380598a3179c8a2b71cfc5fb686c8e172654)

Author SHA1 Message Date
Dustin 05d5312382 fix-hybrid-mbr: Fix Hybrid GPT/MBR on RPi3
When Fedora CoreOS first boots, Ignition modifies the partition table,
either to add partitions as requested in the config, or just to resize
the root filesystem.  In any case, this has the side effect of erasing
the hybrid MBR partition table.  If the hybrid MBR table is missing or
incorrect, Raspberry Pi 2 and 3 devices will not be able to boot.  We
must therefore rebuild the missing table on first boot after Ignition
has run.
2024-01-17 20:30:34 -06:00