about summary refs log tree commit diff
path: root/core-services/00-pseudofs.sh
Commit message (Collapse)AuthorAgeFilesLines
* core-services/00-pseudofs: mount /sys/firmware/efi/efivars when appropriateLeah Neukirchen2022-03-251-0/+4
|
* Support pure v2 cgroup mounts 20210314ap4y2021-03-131-4/+30
| | | | | | | | | | | | | Some of the tooling that rely on cgroups (notably podman, runc and crun) enable cgroup2 mode only if /sys/fs/cgroup has a v2 magic number. This commit introduces configuration option that controls the way cgroup is mounted, 3 modes are supported: - hybrid: current mode with v1 and v2 mounted - unified: v2 only mode - legacy: v1 only mode This is modeled after OpenRC: https://github.com/OpenRC/openrc/blob/72df51e17ba0e1a0f94451b4bbfb338288c4625c/init.d/cgroups.in#L121-L129
* core-services/00-pseudofs.sh: mount cgroup v2 unified file systemAndrew J. Hesford2020-07-121-0/+4
|
* core-services/00-pseudofs.sh: Add securityfs mountpoint - Needed for LSM supportOlivier Mauras2017-03-211-0/+1
|
* 00-pseudofs.sh: create /run/lock and /run/log 20160826Duncaen2016-08-251-1/+1
|
* Fix mounting devtmpfs. (#54)Jan Tatje2016-08-221-1/+1
| | | mount was missing the path argument, this breaks booting with custom kernel and initramfs.
* core-services: remove extra newline from msg{,_warn}().Juan RP2015-03-221-1/+1
|
* core-services/00-pseudofs.sh: fix /proc mount due to a typo.Juan RP2014-09-281-1/+1
|
* 00-pseudofs.sh: restore cgroup mounting in a busybox-compatible wayChristian Neukirchen2014-09-231-0/+1
|
* core-services/00-pseudofs.sh: reworked so that busybox mount does not complain.Juan RP2014-09-211-7/+7
|
* core-services/00-pseudofs.sh: remove doubtful awk dependency.Juan RP2014-09-201-1/+0
|
* core-services/00-pseudofs.sh: do not mount cgroupfs on virtualization.Juan RP2014-08-081-2/+5
|
* core-services: do not need to be executable.Juan RP2014-08-071-0/+0
|
* Make core-services just shell snippets and source them from 1; idea from ↵Juan RP2014-08-071-6/+1
| | | | @chneukirchen.
* Added "core" services that are run from scripts on stage 1.Juan RP2014-08-071-0/+17
- /etc/runit/functions: contains common functions to be used in core-services. - /etc/runit/core-services: directory containing one-time tasks run in stage 1. - Added LXC container detection to disable some core services. This accidentally also fixes the issue of unicode not working in the active TTY from stage 1.