]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/dracut
Merge branch 'master' into next
[people/pmueller/ipfire-2.x.git] / lfs / dracut
index 1deb82efa37e72196b317e3949dd6235ba965121..60652e16be0c6dbe4e29af3c66b769276abbebbe 100644 (file)
@@ -77,7 +77,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && make install WITH_SWITCH_ROOT=1 \
                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}
+
+       sed -e "s/--resolve-names=never//g" -i \
+               /usr/share/dracut/modules.d/99base/init
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)