mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 07:23:30 +08:00
a840e485d1
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>
8 lines
226 B
Plaintext
8 lines
226 B
Plaintext
config BR2_PACKAGE_SKELETON_INIT_OPENRC
|
|
bool
|
|
select BR2_PACKAGE_HAS_SKELETON
|
|
select BR2_PACKAGE_SKELETON_INIT_COMMON
|
|
|
|
config BR2_PACKAGE_PROVIDES_SKELETON
|
|
default "skeleton-init-openrc" if BR2_PACKAGE_SKELETON_INIT_OPENRC
|