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: > > > Response in line: > > > > > > On Sat, 2024-10-

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: > > > Hello, > > > I might have spotted something > > > You

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

2024-10-19 Thread Adrian Vovk
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: > > Hello, > > I might have spotted something > > Thank you for reviewing my long email. > > > You tell repart to encrypt with a keyfile, but it seems

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

2024-10-19 Thread Thayne Harbaugh
Response in line: On Sat, 2024-10-19 at 20:36 -0400, Adrian Vovk wrote: > Hello, > I might have spotted something Thank you for reviewing my long email. > You tell repart to encrypt with a keyfile, but it seems like you > don't pass in which keyfile to use. Maybe I'm confused about how Encrypt

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

2024-10-19 Thread Adrian Vovk
Hello, I might have spotted something You tell repart to encrypt with a keyfile, but it seems like you don't pass in which keyfile to use. By default, repart will encrypt with a null key in that case. IIRC, you have to pass in the keyfile (or maybe socket) to use in your drop-in. Apologies if I'

[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