sys-kernel/dracut: Add a bunch of upstream patches
authorAlexander Tsoy <alexander@tsoy.me>
Thu, 26 Dec 2019 14:26:15 +0000 (17:26 +0300)
committerMike Gilbert <floppym@gentoo.org>
Sun, 29 Dec 2019 19:36:23 +0000 (14:36 -0500)
commit980830b7e4a2953550338f13dd8525bcad28d8fc
treebcf6e0ebe1fda40c478848d0318cecb5b0615265
parent0e79c31988942e166877acf8ee4c43e0d522e2d1
sys-kernel/dracut: Add a bunch of upstream patches

* fix dracut-install crashes
* install kernel module dependencies of dependencies
* add support for compressed firmware files
* add support for rngd service
* bash-5 compatibility
* add fts-standalone dependency and configure check for musl
* fix udevdir detection

Closes: https://bugs.gentoo.org/676268
Closes: https://bugs.gentoo.org/677788
Closes: https://bugs.gentoo.org/687602
Bug: https://bugs.gentoo.org/703438
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
13 files changed:
sys-kernel/dracut/dracut-049-r3.ebuild [new file with mode: 0644]
sys-kernel/dracut/files/049-configure-find-cflags-and-libs-for-fts-on-musl.patch [new file with mode: 0644]
sys-kernel/dracut/files/049-crypt-create-locking-directory-run-cryptsetup.patch [new file with mode: 0644]
sys-kernel/dracut/files/049-dracut-install-Support-the-compressed-firmware-files.patch [new file with mode: 0644]
sys-kernel/dracut/files/049-dracut.sh-Fix-udevdir-detection.patch [new file with mode: 0644]
sys-kernel/dracut/files/049-fs-lib-drop-a-bashism.patch [new file with mode: 0644]
sys-kernel/dracut/files/049-install-dracut-install.c-install-module-dependencies.patch [new file with mode: 0644]
sys-kernel/dracut/files/049-install-string_hash_func-should-not-be-fed-with-NULL.patch [new file with mode: 0644]
sys-kernel/dracut/files/049-move-setting-the-systemdutildir-variable-before-it-s.patch [new file with mode: 0644]
sys-kernel/dracut/files/049-network-manager-call-the-online-hook-for-connected-d.patch [new file with mode: 0644]
sys-kernel/dracut/files/049-network-manager-fix-getting-of-ifname-from-the-sysfs.patch [new file with mode: 0644]
sys-kernel/dracut/files/049-network-manager-remove-useless-use-of-basename.patch [new file with mode: 0644]
sys-kernel/dracut/files/049-rngd-new-module-running-early-during-boot-to-help-ge.patch [new file with mode: 0644]