Vitaly Kuznetsov

Results 9 comments of Vitaly Kuznetsov

I'm not exactly sure how portable services are used in initramfses but my suggestion would be: - keep the module - drop the portablectl call altogether. Also, I'd suggest we...

> > /etc/dracut.hooks.d -- this location can be used by users for locally created hooks. > > What do you think of `/etc/dracut.conf.d/hooks.d` instead for increased consistency ? > >...

I've updated the location to `/etc/dracut/hooks` in v2.

> (Unfortunately) the new test needs to be added explicitly to `.github/workflows/integration.yml` (and .github/workflows/integration-extra.yml), otherwise it would not run. Missed that, added (and hope I did it correctly)! Thanks!

> The issue is that if systemd module is not included than there is no `init` in the generated rootfs. Oh, I see, I missed the systemd-less case completely. Fixing...

> Dropping `dsync` would ensure that the test works with busybox implementation of dsync as well (and would fix the remaining alpine CI failure). This should be safe to do...

Yes, in my case I was trying to extend UKI with a confext/sysext to do a non-trivial storage manipulation before mounting root (assembling dm-clone device to be precise). While using...

I think the main motivation to consider switching from jsonschema to fastjsonschema it to reduce the install footprint and not to cut validation time. E.g. on my Fedora 40 I...