changeset 834:47f699f5f143

While we're at it, add /etc/group as well. Just listing root. Makes useradd and such happy.
author Rob Landley <rob@landley.net>
date Sat, 03 Oct 2009 17:26:47 -0500
parents 18fa21056b01
children f0b5901bca48
files sources/native/etc/group sources/native/etc/passwd
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/native/etc/group	Sat Oct 03 17:26:47 2009 -0500
@@ -0,0 +1,1 @@
+root:x:0:
--- a/sources/native/etc/passwd	Fri Oct 02 02:12:47 2009 -0500
+++ b/sources/native/etc/passwd	Sat Oct 03 17:26:47 2009 -0500
@@ -1,1 +1,1 @@
-root:x:0:0:root:/root:/bin/bash
+root:x:0:0:root:/root:/bin/sh