Re: [systemd-devel] systemd-repart MountPoint fails for esp partitions

2025-03-25 Thread Thayne Harbaugh
Response in-line: On Tue, 2025-03-25 at 16:53 -0600, Thayne Harbaugh wrote: > Greetings, > > systemd-repart MountPoint fails to generate a correct fstab entry for > esp partitions.  It generates a standard partition UUID which does > not > work for FAT file systems - a FAT volume ID must be used

[systemd-devel] systemd-repart MountPoint fails for esp partitions

2025-03-25 Thread Thayne Harbaugh
Greetings, systemd-repart MountPoint fails to generate a correct fstab entry for esp partitions. It generates a standard partition UUID which does not work for FAT file systems - a FAT volume ID must be used analogous to what is generated for vfat in mkfs-util.c:make_filesystem(). The FAT volume