From: Harald Hoyer <harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Dave Young <dyoung-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Cc: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
soltys-R61QfzASbfY@public.gmane.org
Subject: Re: [PATCH 3/5 branch usrmove v2] change root home dir to /root
Date: Mon, 23 Jan 2012 12:03:52 +0100 [thread overview]
Message-ID: <4F1D3E98.2010006@redhat.com> (raw)
In-Reply-To: <20111226062918.GA3145-4/PLUo9XfK+sDdueE5tM26fLeoKvNuZc@public.gmane.org>
Am 26.12.2011 07:29, schrieb Dave Young:
> ssh need to read knownhosts from home directory, so change root home to /root
>
> Signed-off-by: Dave Young <dyoung-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
> ---
> modules.d/99base/module-setup.sh | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/modules.d/99base/module-setup.sh b/modules.d/99base/module-setup.sh
> index 03058b1..fad6c50 100755
> --- a/modules.d/99base/module-setup.sh
> +++ b/modules.d/99base/module-setup.sh
> @@ -23,7 +23,7 @@ install() {
> fi
>
> #add common users in /etc/passwd, it will be used by nfs/ssh currently
> - egrep '^root:' "$initdir/etc/passwd" 2>/dev/null || echo 'root:x:0:0::/:/bin/sh' >> "$initdir/etc/passwd"
> + egrep '^root:' "$initdir/etc/passwd" 2>/dev/null || echo 'root:x:0:0::/root:/bin/sh' >> "$initdir/etc/passwd"
> egrep '^nobody:' /etc/passwd >> "$initdir/etc/passwd"
> # install our scripts and hooks
> inst "$moddir/init" "/init"
pushed
prev parent reply other threads:[~2012-01-23 11:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-26 6:29 [PATCH 3/5 branch usrmove v2] change root home dir to /root Dave Young
[not found] ` <20111226062918.GA3145-4/PLUo9XfK+sDdueE5tM26fLeoKvNuZc@public.gmane.org>
2012-01-23 11:03 ` Harald Hoyer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F1D3E98.2010006@redhat.com \
--to=harald-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
--cc=dyoung-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=soltys-R61QfzASbfY@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.