]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/dracut
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / lfs / dracut
index 3482ca06dcc649b802c51230054b6feaee1596bc..de48ae61f9a81e2e1123528a89b3df9871366fd0 100644 (file)
@@ -70,6 +70,11 @@ $(subst %,%_BLAKE2,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
+
+       # https://bugzilla.ipfire.org/show_bug.cgi?id=12842
+       cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dracut-059-fix-e2fsck-call.patch
+       cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dracut/dracut-056-fix_early_microcode_for_kernel_6.6.patch
+
        cd $(DIR_APP) && ./configure --prefix=/usr --sbindir=/sbin --sysconfdir=/etc
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install sbindir=/sbin sysconfdir=/etc