aboutsummaryrefslogtreecommitdiffstats
path: root/main/openrc/modules.initd
Commit message (Collapse)AuthorAgeFilesLines
* main/openrc: write sysctl service with sane ordering of servicesLeo2020-02-181-10/+8
|
* main/openrc: fix priority of modules-load configuration.Leo2020-02-131-5/+58
| | | | | | | | | | | | | | | | | | The previous configuration loaded in this order: 1. /etc/modules 2. /etc/modules-load.d/*.conf 3. /run/modules-load.d/*.conf 4. /usr/lib/modules-load.d/*.conf 5. /lib/modules-load.d/*.conf This is completely backwards and with this commit it will now be. 1. /lib/modules-load.d/*.conf -> System and base packages configuration 2. /usr/lib/modules-load.d/*.conf -> Other packages configuration 3. /etc/modules -> Local admin configuration 4. /etc/modules-load.d/*.conf -> Local admin configuration (preferred) 5. /run/modules-load.d/*.conf -> Runtime configuration
* main/openrc: improve readability a bit in modules.initdNatanael Copa2016-04-211-1/+2
|
* main/openrc: Fix sed script in modules.initd.Przemyslaw Pawelczyk2016-04-211-1/+1
| | | | | | | | | Old sed script did not remove blank lines, so one could easily get: modprobe: ERROR: missing parameters. See -h. during boot, e.g. from comment in /etc/modules-load.d/lm_sensors.conf generated by sensors-detect (from lm_sensors-detect package).
* main/openrc: add support for /etc/modules-load.d/*.confNatanael Copa2015-05-151-8/+13
| | | | | | | | This makes it convenient for scripts to generate module lists to load at boot, for example lm_sensors. (ref #4186) We also get some systemd compatibility: http://www.freedesktop.org/software/systemd/man/modules-load.d.html
* main/openrc: init.d script cleanups and fixes for lxcNatanael Copa2015-05-061-1/+1
| | | | | | | | | | ref #3699 The following services should not be started on LXC: - hwdrivers - keymaps - modloop - modules
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-281-1/+1
|
* move core/* to main/Natanael Copa2009-07-231-0/+23
added maintainer to several packages as well