projects
/
people
/
pmueller
/
ipfire-2.x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8a04a2
)
dracut: Fix to make it work with our version of udev.
author
Michael Tremer
<michael.tremer@ipfire.org>
Thu, 29 Jul 2010 10:05:29 +0000
(12:05 +0200)
committer
Michael Tremer
<michael.tremer@ipfire.org>
Thu, 29 Jul 2010 10:05:29 +0000
(12:05 +0200)
lfs/dracut
patch
|
blob
|
blame
|
history
diff --git
a/lfs/dracut
b/lfs/dracut
index
b95447e
..
60652e1
100644
(file)
--- a/
lfs/dracut
+++ b/
lfs/dracut
@@
-79,5
+79,8
@@
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
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)