Benjamin Drung

Results 185 comments of Benjamin Drung

It should be either the imperative mood "Change the default..." or present tense "This commit changes the default", but not "Changes the default".

I have some WIP changes for the kernel-install command in the test which might fix the "modern" path for Debian/Ubuntu.

Summary of that bug in Debian: We should specify the kernel version when calling `kernel-install` in our test suite.

Running this test locally via `test/test.sh debian:sid 12`, I get these: ``` /usr/bin/dracut-emergency@40(): exec sulogin Cannot open access to console, the root account is locked. See sulogin(8) man page for...

Found the reason for the failure: ``` [FAILED] Failed to mount sysroot.mount - /sysroot.↵ See 'systemctl status sysroot.mount' for details.↵ ``` Do we have a boot option to dump the...

FTR, I start playing with these kernel options: `systemd.journald.forward_to_kmsg=1 systemd.journald.max_level_kmsg=6`. We should consider setting some of those in our tests.

systemd 259~rc1-1 fixed the test on Debian sid.

> > /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 ? Taking the...

The current config directory is `/etc/dracut.conf.d`. When we add more stuff to Dracut we could decide to use one common `/etc/dracut` directory. Using `/etc/dracut.conf.d/hooks.d` sounds wrong to me. Since configs...

@vittyvk Can you rebase your branch?