summaryrefslogtreecommitdiff
path: root/create-fhs-dirs
Commit message (Collapse)AuthorAgeFilesLines
* Don't create /etc/ld.so.conf.d as it should be created by the glibc chunkRichard Dale2015-05-061-1/+0
| | | | Change-Id: I9a42032d1f9700b6bbd050123f5cbc1238efcb65
* create-fhs-dirs: var/run back to being a directoryRichard Maw2012-05-161-1/+1
| | | | | | | | This doesn't work when building using a staging area, since it already has a /var/run directory, which tar won't replace with a symlink. dbus also creates a directory in /var/run, so it may not cope with being ephemeral.
* create-fhs-dirs: set -x for more useful outputRichard Maw2012-05-161-1/+1
|
* fhs-dirs: generalize symlinks, /var/run -> /runRichard Maw2012-05-161-1/+7
| | | | | | | | Given we need more than one symlink now it is appropriate to provide a general mechanism for listing them, like with dirs /run is usually a tmpfs and /var/run is semantically the same anyway, so make is a symlink
* create-fhs-dirs: remove lib64 symlinksRichard Maw2012-02-171-4/+0
| | | | | real dirs got built somehow and they can't be replaced with symlinks
* add some things required for network supportRichard Maw2012-02-101-0/+2
| | | | | /var/run is needed for /var/run/ifstate /etc/network/interfaces is needed to tell what to use
* add a default /etc/ld.so.confLars Wirzenius2012-01-111-0/+1
| | | | 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
|
* Add usr/share/infoLars Wirzenius2011-10-251-0/+1
|
* Fix GPL version sentence grammar.Lars Wirzenius2011-10-061-1/+1
|
* Add /proc, /sys.Lars Wirzenius2011-10-051-1/+3
|
* Move /var/run to /run.Lars Wirzenius2011-10-051-1/+1
|
* Add script to create FHS dirs.Lars Wirzenius2011-10-051-0/+90