mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-11-05 03:14:06 +00:00
To make our disk images more discoverable, we should use the correct partition type for the root filesystem. This aligns with the Discoverable Disk Image (DDI) specification developed by the UAPI group[1] and makes our images more self-describing, e.g. with fdisk, before: Device Start End Sectors Size Type /dev/nbd0p1 2324480 7339998 5015519 2.4G Linux filesystem ... and now after: Device Start End Sectors Size Type /dev/nbd0p1 2324480 7339998 5015519 2.4G Linux root (x86-64) ... [1] https://uapi-group.org/specifications/specs/discoverable_partitions_specification/