dracut
dracut copied to clipboard
dracut the event driven initramfs infrastructure
Should unrecognized options be fatal failures ? Perhaps unrecognized command line options should just warn and be ignored. As an example https://github.com/dracutdevs/dracut/commit/e4f1dbcc0061113cb58e555724f76a7243788236 has changed the name of a command line...
Also add some dependencies to make it more honest. This pull request changes... ## Changes ## Checklist - [ ] I have tested it locally - [X] I have reviewed...
This pull request updates SUSE-specific config. - Remove reference to mkinitrd. - Update compression parameters. - Remove explanatory code that is currently shipped in its own config file on SUSE....
dracut-lib.sh and the base module now does not have a knowledge of oldroot and plymouth. It improves the separation of concerns between the base module and the shutdown module. ##...
Rationale: there is a recurring requested feature demanding that the user can opt out of automatic rebuilding of current or all initrds through some configuration option. Package dependencies often trigger...
Using dash instead of bash saves about 0.5M initramfs size. ## Changes ## Checklist - [X] I have tested it locally - [ ] I have reviewed and updated any...
rd.distroinit readonlyroot noreadonlyroot fastboot
There should be a (simple) way to find files that are copied or generated by dracut in the generated initramfs. This could be achieved by having dracut in the file...
Since the installation of ntfs-3g binary is in the dmsquash-live-ntfs module, calling ntfs-3g from dmsquash-live fails when dmsquash-live-ntfs module is not installed anyways. ## Checklist - [X] I have tested...
I have the exact same issue as described on https://lists.fedoraproject.org/pipermail/users/2015-July/463627.html and https://lists.fedoraproject.org/pipermail/devel/2015-July/212956.html > The fact is with overlayfs (or aufs from 2014 Ubuntu release) Live Linux you can apt-get install...