Laszlo Gombos

Results 82 issues of Laszlo Gombos

This change is required to make the following canonical example work that is mentioned in the [documentation](https://github.com/dracutdevs/dracut/blob/master/man/dracut.cmdline.7.asc): > rd.live.overlay=/dev/sdb1:persistent-overlay.img This example has been in the dracut documentation since [2015](https://github.com/dracutdevs/dracut/commit/a1b4efe6a722ac3754d8a48109575d11d5ccf61b). At...

modules
dmsquash-live
man

Upstream NetworkManager explicitly [supports Debian](https://github.com/NetworkManager/NetworkManager/blob/main/.gitlab-ci/debian-install.sh). This PR proposes the same for the network-manager dracut module. Upstream NetworkManager explicitly supports prefix for libexecdir [here](https://github.com/NetworkManager/NetworkManager/blob/main/meson.build#L41) . In [network-manager/module-setup.sh nm-initrd-generator](https://github.com/dracutdevs/dracut/blob/master/modules.d/35network-manager/module-setup.sh#L33) is already marked...

bug
debian
modules
network-manager

Since exportfs is not a requirement for the nfs dracut module, it is good to list it as an explicit requirement for the test.

test

The main motivation is to help facilitate development of dracut using GitHub infra. As the number of tests and number of containers grow, we could consider running less tests automatically...

github

Identify the boot drive by id. ## Checklist - [X] I have tested it locally - [ ] I have reviewed and updated any documentation if relevant - [ ]...

test

Instead of initializing and attaching a dedicated drive to each vm to check test output, perhaps we can just test the standard output stream of each vm run. This should...

enhancement
test

systemd does not depend on dbus. ## Checklist - [X] I have tested it locally - [ ] I have reviewed and updated any documentation if relevant - [ ]...

test

Same as https://github.com/dracutdevs/dracut/pull/2011 but for test 10. This PR is a refactor, it should not change how the test is executed.

test

The recommended watchdog device is i6300esb, see https://libvirt.org/formatdomain.html#watchdog-devices. Preload the i6300esb driver. Do not load ib700wdt, to avoid the two watchdog drivers to interfere. No regression in tests (and presumably...

test
stale