summaryrefslogtreecommitdiffstats
path: root/target/generic/target_skeleton
Commit message (Collapse)AuthorAgeFilesLines
* generic target_skeleton: add /sys to fstabPeter Korsgaard2008-05-311-1/+1
|
* generic target_skeleton: mark /sys with .empty filePeter Korsgaard2008-05-311-0/+0
| | | | /sys somehow didn't got an .empty file like the rest in r21586. Fixed.
* target_skeleton: mark empty directories with .empty filesPeter Korsgaard2008-03-3014-0/+0
| | | | | | | Mark empty directories in target skeletons with .empty files and remove them while copying to target (like it's already done for svn and cvs files) to better support version control system which don't handle empty directories (E.G. git-svn).
* Add users and groups for D-Bus and HAL."Steven J. Hill"2007-01-142-1/+5
|
* Make '/var/cache' and symbolic link to '/tmp' like the others. We'll need ↵"Steven J. Hill"2007-01-142-1/+2
| | | | this for Samba and friends. Also, change mount order of filesystems during boot.
* - eventually mount the crap /proc before remounting to make busybox's mount ↵Bernhard Reutner-Fischer2006-12-021-1/+1
| | | | that incorrectly may rely on /proc work.
* subversion makes it so we do not need a separate tarballEric Andersen2006-11-1510-0/+10
| | | | to store empty directories and symlinks for the target_skeleton.
* accomodate a read only rootfsEric Andersen2006-04-101-0/+10
|
* terminfo stuff is created by ncurses, and should not be installedEric Andersen2005-11-0412-0/+0
| | | | | unless ncurses is installed. It probably need to be byteswapped for big endian anyway, so using pre-build stuff is bad regardless.
* add the wheel groupMike Frysinger2005-08-091-0/+1
|
* Add 'nogroup' to make ltp happyEric Andersen2005-08-091-0/+1
|
* Add nobody and users to make LTP happier.Joakim Tjernlund2005-08-071-0/+2
|
* don't put in a default resolv.conf. Some folks with a ro rootfsEric Andersen2005-04-211-2/+0
| | | | will want to replace this, i.e. with a symlink to /tmp
* Move stuff aroundEric Andersen2005-02-1737-0/+755