From a3524bb914629fe0266aa261db41893e7d5122a0 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 8 Dec 2011 16:10:42 +0000 Subject: Add terminal login support Add more nodes to /dev and passwd,group,inittab to /etc add rcS, which mounts the contents of fstab Make the contents of fstab mount on startup This manually creates some device nodes that are needed for serial and virtual terminals, as well as the user and group information so that it is possible to log in as root. It may be more appropriate to create a new morph, as this is not strictly the fhs-dirs hierarchy, but at this stage that would require a new repository and the alteration of foundation to require that morph. --- passwd | 1 + 1 file changed, 1 insertion(+) create mode 100644 passwd (limited to 'passwd') diff --git a/passwd b/passwd new file mode 100644 index 0000000..1027b96 --- /dev/null +++ b/passwd @@ -0,0 +1 @@ +root::0:0:Super user:/:/bin/sh -- cgit v1.2.1