]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
mdraid: do not install passwd/group
authorHarald Hoyer <harald@redhat.com>
Fri, 17 Jul 2009 12:59:24 +0000 (14:59 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 17 Jul 2009 14:00:19 +0000 (16:00 +0200)
modules.d/90mdraid/install

index 9c29f77b219fbfcf522ae55f34237590b0ae141f..e1dbdbfa6a1907b361c17b6dddbaab588d6aecd0 100755 (executable)
@@ -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