Am 02.02.2012 08:59, schrieb Dave Young: > Add nobody group due to rpc.idmapd will fail to startup without nobody group > > Signed-off-by: Dave Young <dyoung@xxxxxxxxxx> > --- > modules.d/95nfs/module-setup.sh | 1 + > 1 file changed, 1 insertion(+) > > --- dracut.orig/modules.d/95nfs/module-setup.sh 2012-02-02 15:40:25.000000000 +0800 > +++ dracut/modules.d/95nfs/module-setup.sh 2012-02-02 15:41:01.214407426 +0800 > @@ -69,6 +69,7 @@ install() { > egrep '^rpc:' /etc/passwd >> "$initdir/etc/passwd" > egrep '^rpcuser:' /etc/passwd >> "$initdir/etc/passwd" > #type -P nologin >/dev/null && dracut_install nologin > + egrep '^nobody:' /etc/group >> "$initdir/etc/group" > egrep '^rpc:' /etc/group >> "$initdir/etc/group" > > # rpc user needs to be able to write to this directory to save the warmstart > -- > To unsubscribe from this list: send the line "unsubscribe initramfs" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > pushed -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html