package/skeleton-init-openrc: new package
authorMichał Łyszczek <michal.lyszczek@bofc.pl>
Sun, 12 May 2019 19:55:39 +0000 (21:55 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 18 May 2019 20:56:16 +0000 (22:56 +0200)
commita840e485d174c74bf2e4cd81ad48e184992cd3db
tree6ac92cd4947f2425eb7ce37400a0a316a8741a43
parente6cf0897418d1c471376737209e82179f77c9ffe
package/skeleton-init-openrc: new package

This basic skeleton is similar to skeleton-init-sysv.
All links in /var are same as in skeleton-init-sysv to be compatible
with current default filesystem scheme.

Exceptions:

* /dev/shm and /dev/pts dirs were removed, since they are created by
  openrc devfs service
* /etc/fstab does not need /dev/shm, /dev/pts and /sys entries
  becuse they are mounted by devfs and sysfs services respectively

Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 files changed:
DEVELOPERS
package/Config.in
package/skeleton-init-openrc/Config.in [new file with mode: 0644]
package/skeleton-init-openrc/skeleton-init-openrc.mk [new file with mode: 0644]
package/skeleton-init-openrc/skeleton/dev/log [new symlink]
package/skeleton-init-openrc/skeleton/etc/fstab [new file with mode: 0644]
package/skeleton-init-openrc/skeleton/var/cache [new symlink]
package/skeleton-init-openrc/skeleton/var/lib/misc [new symlink]
package/skeleton-init-openrc/skeleton/var/lock [new symlink]
package/skeleton-init-openrc/skeleton/var/log [new symlink]
package/skeleton-init-openrc/skeleton/var/run [new symlink]
package/skeleton-init-openrc/skeleton/var/spool [new symlink]
package/skeleton-init-openrc/skeleton/var/tmp [new symlink]