summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* config changes for [um]dev and sshRichard Maw2012-02-274-14/+19
| | | | | | | | | | | | | | | 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.
* rcS: set the hostname on bootRichard Maw2012-02-231-0/+2
|
* rcS: clear mtab, mount pts, run mdevRichard Maw2012-02-231-0/+7
| | | | | | | mtab does not clean itself on restart /dev/pts is needed for interactive programs like ssh mdev is busybox's subtitute for udev, this will populate /dev this means that some stuff can be removed from create-dev-nodes
* create-fhs-dirs: remove lib64 symlinksRichard Maw2012-02-171-4/+0
| | | | | real dirs got built somehow and they can't be replaced with symlinks
* create-dev-nodes: add more devicesRichard Maw2012-02-141-0/+3
| | | | | More of the standard devices are needed to use morph This fixes S1012
* Improve fhs-dirs chunk descriptionLars Wirzenius2012-02-131-1/+1
|
* tell rcS to bring eth0 upRichard Maw2012-02-101-0/+3
|
* add some things required for network supportRichard Maw2012-02-103-0/+8
| | | | | /var/run is needed for /var/run/ifstate /etc/network/interfaces is needed to tell what to use
* Use individual mount commands, mount -a did not appear to workRichard Maw2012-02-091-1/+2
|
* Merge branch 'baserock/bootstrap' of gitorious.org:baserock/fhs-dirs into ↵Richard Maw2012-01-183-0/+11
|\ | | | | | | baserock/bootstrap
| * add a default /etc/ld.so.confLars Wirzenius2012-01-113-0/+7
| | | | | | | | Also, add /etc/ld.so.conf.d, and include *.conf from there.
| * point to lib, not the symlink itself, mehLars Wirzenius2012-01-061-2/+2
| |
| * make lib64 and usr/lib64 be symlinks to the lib dirLars Wirzenius2012-01-061-0/+4
| |
* | Merge branch 'baserock/bootstrap', remote-tracking branch ↵Richard Maw2011-12-120-0/+0
|/ | | | 'remotes/origin/baserock/bootstrap' into baserock/bootstrap
* Fix 'cannot open tty; job control turned off'Richard Maw2011-12-091-1/+1
|
* Add terminal login supportRichard Maw2011-12-096-2/+56
| | | | | | | | | | | | | | 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.
* remove unnecessary bootstrap directory structure creationLars Wirzenius2011-11-301-7/+0
|
* Revert "remove superfluous bootstrapping stuff"Lars Wirzenius2011-11-301-0/+7
| | | | This reverts commit 0ffe0f024d07ad88d9817047dde45d67b826a855.
* remove superfluous bootstrapping stuffLars Wirzenius2011-11-301-7/+0
|
* Fix JSON syntaxLars Wirzenius2011-11-141-2/+2
|
* Add more directories needed for Baserock development environment bootstrapLars Wirzenius2011-11-141-1/+10
|
* Add usr/share/infoLars Wirzenius2011-10-251-0/+1
|
* Create /etc/hostname.Lars Wirzenius2011-10-171-1/+2
|
* Fix GPL version sentence grammar.Lars Wirzenius2011-10-062-2/+2
|
* Add /proc, /sys.Lars Wirzenius2011-10-051-1/+3
|
* Add kind and description to morphology.Lars Wirzenius2011-10-052-0/+3
|
* Move /var/run to /run.Lars Wirzenius2011-10-051-1/+1
|
* Add morphology.Lars Wirzenius2011-10-051-0/+6
|
* Add script to create FHS dirs.Lars Wirzenius2011-10-051-0/+90
|
* Add README.Lars Wirzenius2011-10-051-0/+24