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

While working on unit tests for Dracut's cpio utilities I was hoping to be able to run them as a non-root user. This doesn't appear to be currently possible, due...

enhancement
test

Possible strategy: Since bash assigns `var+="foo bar"` to the first array index, we could increase the array index beforehand manually and later on only split `${var[0]}` via IFS and push...

enhancement

Dracut with its plethora of command line options are not easy to remember, especially for new users. With help of shell completion, it could be as easy as hitting tab....

enhancement

Creating the /docs directory which will contain all project related documentation which will also host the projects github based website in the future. * [x] Add the /docs directory to...

https://bugzilla.redhat.com/show_bug.cgi?id=849338

In the terminal an error message is not distinguishable from an info message. Maybe: ```diff --- a/dracut-logger.sh +++ b/dracut-logger.sh @@ -323,7 +323,7 @@ _do_dlog() { local msg="$*" local lmsg="$lvlc: $*"...

enhancement

"bind-mount" kernel drivers in real root for the e.g. the rescue image, if the real root does not have any kernel modules for this kernel see https://bugzilla.redhat.com/show_bug.cgi?id=1046510 This can be...

enhancement

**Describe the bug** I am using a "Technotrend TT Connect S2-3600" DVB box on USB. It is not working when booting with dracut. But it works fine when booting with...

My computer requires a firmware file which contains a space in its name. Unfortunately I cannot work around that very easily. Dracut does not seem to handle spaces in file...

bug

This is an issue with the master branch version on Arch Linux. I was looking to try out a new feature (secure boot signing), but unfortunately I am seeing this...

bug