summaryrefslogtreecommitdiff
path: root/passwd
Commit message (Collapse)AuthorAgeFilesLines
* Add 'x' to the root user to use shadow by defaultPedro Alvarez2014-07-171-1/+1
| | | | | | | | | After this change the root user will continue to be created without password, since /etc/shadow is also being populated. This will work also in systems without shadow, if busybox is installed with shadow support.
* Create pulse userJonathan Maw2013-02-211-0/+1
|
* add user and group for default dbus userRichard Maw2012-05-031-0/+1
|
* users: change root's home to /rootRichard Maw2012-03-111-1/+1
|
* users: add daemon user for portmapRichard Maw2012-03-051-0/+1
|
* config changes for [um]dev and sshRichard Maw2012-02-271-0/+2
| | | | | | | | | | | | | | | 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.
* Add terminal login supportRichard Maw2011-12-091-0/+1
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.