dracut: Enable mdadm module

This commit is contained in:
Michael Tremer
2014-07-22 00:27:32 +02:00
parent 5affb7a265
commit 21fe60a207
4 changed files with 27 additions and 4 deletions

View File

@@ -22,6 +22,19 @@ usr/share/dracut/modules.d/90kernel-modules
usr/share/dracut/modules.d/90kernel-modules/install
usr/share/dracut/modules.d/90kernel-modules/installkernel
usr/share/dracut/modules.d/90kernel-modules/parse-kernel.sh
usr/share/dracut/modules.d/90mdraid
usr/share/dracut/modules.d/90mdraid/65-md-incremental-imsm.rules
usr/share/dracut/modules.d/90mdraid/check
usr/share/dracut/modules.d/90mdraid/install
usr/share/dracut/modules.d/90mdraid/installkernel
usr/share/dracut/modules.d/90mdraid/md-noimsm.sh
usr/share/dracut/modules.d/90mdraid/md_finished.sh
usr/share/dracut/modules.d/90mdraid/mdadm_auto.sh
usr/share/dracut/modules.d/90mdraid/mdcontainer_start.sh
usr/share/dracut/modules.d/90mdraid/mdmon-pre-udev.sh
usr/share/dracut/modules.d/90mdraid/mdraid-cleanup.sh
usr/share/dracut/modules.d/90mdraid/mdraid_start.sh
usr/share/dracut/modules.d/90mdraid/parse-md.sh
usr/share/dracut/modules.d/95debug
usr/share/dracut/modules.d/95debug/check
usr/share/dracut/modules.d/95debug/install

View File

@@ -19,6 +19,19 @@ usr/share/dracut/modules.d/90kernel-modules
usr/share/dracut/modules.d/90kernel-modules/install
usr/share/dracut/modules.d/90kernel-modules/installkernel
usr/share/dracut/modules.d/90kernel-modules/parse-kernel.sh
usr/share/dracut/modules.d/90mdraid
usr/share/dracut/modules.d/90mdraid/65-md-incremental-imsm.rules
usr/share/dracut/modules.d/90mdraid/check
usr/share/dracut/modules.d/90mdraid/install
usr/share/dracut/modules.d/90mdraid/installkernel
usr/share/dracut/modules.d/90mdraid/md-noimsm.sh
usr/share/dracut/modules.d/90mdraid/md_finished.sh
usr/share/dracut/modules.d/90mdraid/mdadm_auto.sh
usr/share/dracut/modules.d/90mdraid/mdcontainer_start.sh
usr/share/dracut/modules.d/90mdraid/mdmon-pre-udev.sh
usr/share/dracut/modules.d/90mdraid/mdraid-cleanup.sh
usr/share/dracut/modules.d/90mdraid/mdraid_start.sh
usr/share/dracut/modules.d/90mdraid/parse-md.sh
usr/share/dracut/modules.d/95debug
usr/share/dracut/modules.d/95debug/check
usr/share/dracut/modules.d/95debug/install

View File

@@ -1,3 +0,0 @@
lib/udev/rules.d/64-md-raid.rules
sbin/mdadm
sbin/mdmon

View File

@@ -84,7 +84,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cp -vf $(DIR_SRC)/src/dracut/dracut.conf /etc/dracut.conf.d/
rm -rf /usr/share/dracut/modules.d/*{dash,fips,redhat-i18n,rpmversion,network,ifcfg,plymouth,btrfs,crypt,dm,dmraid,dmsquash-live,lvm,mdraid,multipath,dasd,dasd_mod,fcoe,iscsi,nbd,nfs,resume,uswsusp,zfcp,znet,selinux}
rm -rf /usr/share/dracut/modules.d/*{dash,fips,redhat-i18n,rpmversion,network,ifcfg,plymouth,btrfs,crypt,dm,dmraid,dmsquash-live,lvm,multipath,dasd,dasd_mod,fcoe,iscsi,nbd,nfs,resume,uswsusp,zfcp,znet,selinux}
sed -e "s/--resolve-names=never//g" -i \
/usr/share/dracut/modules.d/99base/init