]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/dracut
dracut: Disable dasd_mod module.
[people/pmueller/ipfire-2.x.git] / lfs / dracut
index ee83ec3185354ef74857c4770cd65eed60fea63c..b95447eb43179cb701de08a4f875ab702295cbf6 100644 (file)
@@ -75,9 +75,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
        cd $(DIR_APP) && make $(MAKETUNING) WITH_SWITCH_ROOT=1
        cd $(DIR_APP) && make install WITH_SWITCH_ROOT=1 \
-               sysconfdir=/etc
+               sbindir=/sbin sysconfdir=/etc
 
-       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,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,mdraid,multipath,dasd,dasd_mod,fcoe,iscsi,nbd,nfs,resume,uswsusp,zfcp,znet,selinux}
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)