mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
sys-kernel/dracut: Apply Flatcar patches to 053
Flatcar uses custom networking scripts in initramfs, so the dracut iscsi module needs to be patched to account for that. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
parent
033048444f
commit
68f2867457
@ -65,6 +65,8 @@ QA_MULTILIB_PATHS="usr/lib/dracut/.*"
|
|||||||
PATCHES=(
|
PATCHES=(
|
||||||
"${FILESDIR}"/053-network-manager.patch
|
"${FILESDIR}"/053-network-manager.patch
|
||||||
"${FILESDIR}"/gentoo-ldconfig-paths.patch
|
"${FILESDIR}"/gentoo-ldconfig-paths.patch
|
||||||
|
# Flatcar: override iscsi network dependency
|
||||||
|
"${FILESDIR}"/050-change-network-dep-iscsi.patch
|
||||||
)
|
)
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user