dracut icon indicating copy to clipboard operation
dracut copied to clipboard

dracut the event driven initramfs infrastructure

Results 351 dracut issues
Sort by recently updated
recently updated
newest added

- domain, searchdomain https://bugzilla.redhat.com/show_bug.cgi?id=840778

It would be nice if dracut could use the address from dhcp next_server in tftp-urls without a host-part, ex root=live:tftp urls.

dmsquash-live

There does not appear to be a way to pass a domain search string when configuring static networking with the ip= param. I couldn't find an open issue for this...

network

Instead of leaving the machine dead in the water, add some mechanism to provide a panic fallback.

- put "root=" parsing hooks in separate hook dir - call "root=" parsing hooks after getting new `rootpath` from dhcp

network

**Describe the enhancement** The scope of this change is to decide which modules should be packaged for a modern systemd based linux distribution and package that as an ```dracut-module-``` sub-package...

Review 95iscsi/parse-iscsiroot.sh argument parsing. Historical patching somehow confused which variable takes what action. root=dhcp vs netroot=dhcp vs netroot=iscsi Document all the combinations and the desired outcome and fix the code!

Probably a better wording here is ` echo "Cannot mount sysfs on /sys! Perhaps the kernel is not compiled with CONFIG_SYSFS?" ` A subtle hint in a form of suggestion...

Would be cool to introduce the test cases like for NM: ``` test/TEST-21-NFS-NM/Makefile test/TEST-31-ISCSI-NM/Makefile test/TEST-36-ISCSI-MULTI-NM/Makefile test/TEST-41-NBD-NM/Makefile test/TEST-51-MULTINIC-NM/Makefile test/TEST-61-BONDBRIDGEVLANIFCFG-NM/Makefile ``` with networkd... relevant code changes: ```diff diff --git a/test/TEST-20-NFS/test.sh b/test/TEST-20-NFS/test.sh index...

test
systemd-networkd

Hello! I want dracut to mount a squashfs live root from an NFS share, like it is done by the dmsquash-live module from a local disk. Do I understand correctly...