Laszlo Gombos

Results 82 issues of Laszlo Gombos

### Description Expose the linux kernel command line in [limactl start](https://lima-vm.io/docs/reference/limactl_start/). [qemu](https://www.qemu.org/docs/master/system/qemu-manpage.html) ``` -append cmdline Use cmdline as kernel command line ``` [VZLinuxBootLoader](https://developer.apple.com/documentation/virtualization/vzlinuxbootloader/3656632-commandline?language=objc)

enhancement
good first issue
component/vz

Discovered by https://github.com/dracut-ng/dracut-ng/pull/97

bug
ubuntu
network-manager
systemd-only

https://github.com/dracutdevs/dracut/pull/2520 CC @DanWin

bug
no-hostonly

See this PR to reproduce - https://github.com/dracut-ng/dracut-ng/pull/238

bug
systemd-networkd
iscsi
systemd-only

There has been some concerns raised about the consequences of including dbus and stystemd together in the generated initramfs. This could potentially impact dracut modules that pulls in dbus dracut...

bug
help wanted
network-manager
dbus
bluetooth
dbus-broker
systemd-only
dbus-daemon

As seen - e.g. https://github.com/dracut-ng/dracut-ng/pull/234#pullrequestreview-2019740967

bug

Pick up dracut modules from `/etc/dracut.conf.d/modules.d/` in addition to `/usr/lib/dracut/modules.d/`

enhancement

https://github.com/dracutdevs/dracut/issues/2333 CC @pvalena

bug
network-manager

When the running kernel on the host and the target kernel for the generated initramfs are not the same making decisions based on /proc could be wrong. https://github.com/dracut-ng/dracut-ng/blob/main/modules.d/90multipath/module-setup.sh#L45

bug