From 24deffc4381cdbbad3a464cbcf30beb131965aca Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 27 Feb 2012 11:01:27 +0000 Subject: config changes for [um]dev and ssh Mdev is currently being used as it is part of busybox This does not need all of the device nodes previously specified as it is able to create them, so they are removed from create-dev-nodes /dev/console and /dev/null may be needed to boot rcS has been changed to use a tmpfs for /dev, this will be filled by mdev. http://lwn.net/Articles/330985/ suggests that it may be faster to use a devtmpfs as [um]dev only needs to set the permissions though. More users and groups have been added. Many are for the standard [um]dev device configuration. The sshd user and group are for ssh as we do not have a good way to add groups in morph yet. --- passwd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'passwd') diff --git a/passwd b/passwd index 1027b96..410def2 100644 --- a/passwd +++ b/passwd @@ -1 +1,3 @@ root::0:0:Super user:/:/bin/sh +sshd:x:50:50::/var/lib/sshd:/bin/false +nobody:x:65534:65534:nobody:/nonexistent:/bin/false -- cgit v1.2.1