Laszlo Gombos

Results 82 issues of Laszlo Gombos

https://github.com/dracutdevs/dracut/blob/master/test/TEST-20-NFS/test.sh#L152 times out in when running on a Debian container. 4 NFS subtests pass, but the 5th times out. The same test passes on the Fedora-latest and Arch containers, so...

bug

This error has been here for years, but unreported by setfont. Not actionable. CC @zdykstra

modules
i18n

Enhance the qemu dracut module so that it can extend the command line that was passed in when Linux kernel started. This can happen either using the fw_cfg or smbios...

enhancement
qemu

We want to know if including dracut modules makes the test fail instead of masking issues by omitting dracut modules. This PR increase test coverage and makes the tests simpler...

test

`blkid -o udev` is deprecated since [2012](https://github.com/util-linux/util-linux/commit/24d741d88a31863e82feb3f3a4516d7df006378b) `udevadm info --export-db` logs the full content of the udev database.

bug
modules
base

We should keep base module small to manage size, complexity and dependencies of the generated initramfs. `devnames` function is only used in `crypt` module.

modules
crypt
base

This udev rule used to be generated. It is no longer used. See https://systemd-devel.freedesktop.narkive.com/oFRvlOTQ/70-persistent-net-rules . This is how it used to look: ``` cat /etc/udev/rules.d/70-persistent-net.rules # This file was automatically...

modules
udev-rules

Introduce a new pattern to list required binaries once and use it both at check() and install() time. I picked the multipath module as multipath module is actively developed, so...

modules
multipath

The binary systemd-pcrphase was renamed to systemd-pcrextend in systemd 255, but the backing units were all left named systemd-pcrphase. Fixes: #2583

modules
systemd-pcrphase

Motivations: - meta modules (such as dbus or network) should not include any scripts. meta modules should only have `module-setup.sh` files as it has been also pointed out during earlier...

bug
test
modules
network-legacy
network-manager
network
nfs
github
connman