Re: [systemd-devel] Issues with /usr GPT auto-mount

2022-07-14 Thread Michael Cassaniti
Should I at least raise a feature request in GitHub? Trust me when I say you don't want a PR from me. I've been poking around mkosi and my Python skills are a much better fit over there than my lack of C skills. On 14/7/22 22:38, Lennart Poettering wrote: On Do, 14.07.22 12:0

Re: [systemd-devel] Ordering units and targets with devices

2022-08-25 Thread Michael Cassaniti
On 25/8/22 20:43, Lennart Poettering wrote: On Mi, 17.08.22 13:23, Michael Cassaniti (mich...@cassaniti.id.au) wrote: Hi, I'm trying to order my units and targets during early boot so that: 1. A symlink to the specific FIDO2 token I'm using gets created. I already have a udev rul

Re: [systemd-devel] Ordering units and targets with devices

2022-08-25 Thread Michael Cassaniti
On 25/8/22 22:22, Lennart Poettering wrote: On Do, 25.08.22 10:50, Michael Cassaniti (mich...@cassaniti.id.au) wrote: It seems to be somewhat more complicated than that, and perhaps it has more to do with my setup. Here's my /etc/crypttab which just might explain a bit:     # Mount roo

[systemd-devel] Does systemd-homed require changes for larger sector sizes

2023-08-14 Thread Michael Cassaniti
Hi All, After I took a look at systemd-sysupdate under #28795 to fix sector size assumptions I found that systemd-homed may also suffer from the same fate for LUKS. Can someone please correct my assumptions below? 1. If the LUKS volume is stored as a file under /home then a container with a

Re: [systemd-devel] [Linux-ima-user] [PATCH 2/2] main: added support for loading IMA custom policies

2012-02-16 Thread Michael Cassaniti
On 16/02/2012 04:12, Roberto Sassu wrote: On 02/15/2012 05:55 PM, Gustavo Sverzut Barbieri wrote: On Wed, Feb 15, 2012 at 2:26 PM, Roberto Sassu wrote: On 02/15/2012 03:30 PM, Gustavo Sverzut Barbieri wrote: On Wed, Feb 15, 2012 at 11:23 AM, Roberto Sassu wrote: The new function ima_se

[systemd-devel] systemd-boot and USB serial

2025-03-23 Thread Michael Cassaniti
Hi, I'm trying to test a USB FTDI device with systemd-boot. I've got the UEFI driver loaded once I finally worked out how to build it from EDK2. I know I've got everything hooked up correctly because starting serial-getty@ttyUSB0 works as expected. I'm testing with VirtualBox but can easily t