changeset 1362:9d7c03814309

Move root's home directory to /home/root, which is A) known writeable space so dropbear can have a .ssh directory if it needs one, B) frees up /root to be a virtfs mount point of the host's root filesystem.
author Rob Landley <rob@landley.net>
date Tue, 24 May 2011 02:06:22 -0500
parents 1ce33f5b5fec
children 4c28c5ce3102
files sources/root-filesystem/etc/passwd
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/root-filesystem/etc/passwd	Tue May 24 02:00:52 2011 -0500
+++ b/sources/root-filesystem/etc/passwd	Tue May 24 02:06:22 2011 -0500
@@ -1,2 +1,2 @@
-root:x:0:0:root:/root:/bin/sh
+root:x:0:0:root:/home/root:/bin/sh
 guest:x:500:500:guest:/home/guest:/bin/sh