Re: [systemd-devel] repart: Value too large for defined data type

2025-04-01 Thread Thayne Harbaugh
On Thu, 2025-01-09 at 14:47 -0700, Thayne Harbaugh wrote: I *finally* got back around to investigating the below EOVERFLOW failure - additional details in-line: > I have a mkosi build that is failing with the following message: > >   >$ mkosi build >   ... >   /var/tmp/.#repa

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 volu

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

2025-03-25 Thread Thayne Harbaugh
rates the fstab entry for the ESP partition as a FAT volume ID in the form of - where X is an uppercase hex digit. Thayne Harbaugh Index: systemd.git/src/repart/repart.c === --- systemd.git.orig/src/repart/repart.c +++ systemd

[systemd-devel] repart: Value too large for defined data type

2025-01-09 Thread Thayne Harbaugh
Greetings, I have a mkosi build that is failing with the following message: >$ mkosi build ... /var/tmp/.#repart020c1a929b048b02 successfully formatted as ext4 (label "root", uuid c8ed6cd3-04b0-4667-8f2f-af9487b8b986) Automatically determined minimal disk image size as 2.2G. Sized '/h

Re: [systemd-devel] systemd-repart HOWTO + demo code

2024-11-01 Thread Thayne Harbaugh
Response in line: On Sun, 2024-10-20 at 00:13 -0600, Thayne Harbaugh wrote: > Response in line: > > On Sat, 2024-10-19 at 21:57 -0400, Adrian Vovk wrote: > > Responses inline > > > > On Sat, Oct 19, 2024, 21:52 Thayne Harbaugh > > > > wrote: > > >

Re: [systemd-devel] systemd-repart HOWTO + demo code

2024-10-19 Thread Thayne Harbaugh
Response in line: On Sat, 2024-10-19 at 21:57 -0400, Adrian Vovk wrote: > Responses inline > > On Sat, Oct 19, 2024, 21:52 Thayne Harbaugh > wrote: > > Response in line: > > > > On Sat, 2024-10-19 at 20:36 -0400, Adrian Vovk wrote: > > > Hell

Re: [systemd-devel] systemd-repart HOWTO + demo code

2024-10-19 Thread Thayne Harbaugh
e access to a system. Thank you for the response. > Best, > Adrian > > On Sat, Oct 19, 2024, 20:21 Thayne Harbaugh > wrote: > > Greetings - apologies if this isn't the proper list - please > > redirect > > me. > > > > I'm writing a system

[systemd-devel] systemd-repart HOWTO + demo code

2024-10-19 Thread Thayne Harbaugh
Greetings - apologies if this isn't the proper list - please redirect me. I'm writing a systemd-repart HOWTO with demo code for various use cases: https://github.com/plastikos/repart_howto The HOWTO is a typical document while the demos are minimal cases built with mkosi and available for grow