From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Young Subject: Re: [PATCH 0/7 respin] network,nfs,fstab-sys stuff Date: Thu, 02 Feb 2012 16:44:28 +0800 Message-ID: <4F2A4CEC.6090508@redhat.com> References: <20120202075944.GA12408@darkstar.nay.redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120202075944.GA12408-4/PLUo9XfK+sDdueE5tM26fLeoKvNuZc@public.gmane.org> Sender: initramfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: xiyou.wangcong-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org On 02/02/2012 03:59 PM, Dave Young wrote: > This series deal with network startup without netroot and nfsmount > in fstab-sys. Patch 1/7, 2/7 and 3/7 is same with previous ones, > I just send them for easily tracking. > > [PATCH 1/7] allow ifup bring up network manually even without netroot > [PATCH 2/7] auto setup network without netroot > [PATCH 3/7] fix fstab-sys module check > [PATCH 4/7] add nobody group for rpc.idmapd > [PATCH 5/7] source dracut-lib.sh in nfs cleanup script > [PATCH 6/7] split nfs rpc daemons startup script > [PATCH 7/7] do not check dev node exist for fstab-sys mounting > > Changes from last version are: > 4/7: new fix for nfs > 5/7: new fix for nfs > 6/7: start nfs-start-rpc.sh in pre-udev hook one addition is add "new file mode 100755" to diff header so git can create an executable nfs-start-rpc.sh file. Because I use quilt so I manually add them, tested with git and it works well. > 7/7: remove fsck check for nfs due to fsck_able already do this for us. > -- > To unsubscribe from this list: send the line "unsubscribe initramfs" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Thanks Dave