From: Harald Hoyer Date: Fri, 17 Jul 2009 12:59:24 +0000 (+0200) Subject: mdraid: do not install passwd/group X-Git-Tag: 0.5~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=435185d7abe2b41508010c0e9c48da778de39b95;p=thirdparty%2Fdracut.git mdraid: do not install passwd/group --- diff --git a/modules.d/90mdraid/install b/modules.d/90mdraid/install index 9c29f77b2..e1dbdbfa6 100755 --- a/modules.d/90mdraid/install +++ b/modules.d/90mdraid/install @@ -5,8 +5,9 @@ dracut_install mdadm # in a similar fashion to modules.d/95nfs. Do not copy /etc/passwd and /etc/group from # the system into the initrd. # dledford has hardware to test this, so he should be able to clean this up. -inst /etc/passwd -inst /etc/group +# inst /etc/passwd +# inst /etc/group + instmods =drivers/md if [ -x /lib/udev/vol_id ]; then