mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 18:03:06 +02:00
dracut: Enable mdadm module
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
lib/udev/rules.d/64-md-raid.rules
|
||||
sbin/mdadm
|
||||
sbin/mdmon
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user