X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fdracut;h=97d12f3f55246f5512ce6bf6e5706d659071b1b8;hb=96e31c9817f1ee3bec3fe33ecae7a84ff7e4ffff;hp=ec5ff8f339798bb806082770ec8c54bfa6dc8965;hpb=62845ec556cdc6fbd3f452c33517d6653c78441f;p=ipfire-2.x.git diff --git a/lfs/dracut b/lfs/dracut index ec5ff8f339..97d12f3f55 100644 --- a/lfs/dracut +++ b/lfs/dracut @@ -70,6 +70,8 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dracut-038-always-enable-mdraid.patch + cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/dracut-038_add_sdhci-pci.patch cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install sbindir=/sbin sysconfdir=/etc