aboutsummaryrefslogtreecommitdiffstats
path: root/main/openrc
Commit message (Collapse)AuthorAgeFilesLines
* main/openrc: improve readability a bit in modules.initdNatanael Copa2016-04-212-5/+6
|
* 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: upgrade to 0.20.5Natanael Copa2016-03-142-38/+5
|
* main/openrc: backport rc_env_allow fixNatanael Copa2016-03-142-1/+34
|
* main/openrc: upgrade to 0.20.4Natanael Copa2016-02-261-5/+5
|
* main/openrc: use overlayfs instead of unionfs for modloopMark White2016-02-222-10/+11
| | | | fixes #5144
* main/openrc: mount efivars read-onlyNatanael Copa2016-02-022-1/+18
| | | | | unintentional writes to efivars may result in bricked hardware. mount it read-only to play safe.
* main/openrc: fix hostname initStuart Cardall2015-12-162-5/+5
| | | | prevents a hostname of "?" if /etc/hostname is empty
* main/openrc: only umount the modloop imageNatanael Copa2015-12-142-17/+4
| | | | | | | | Don't umount anything more than the loopback image itself to avoid problems with: - udev (fixes #4913) - apk cache - setup-bootable -u
* main/openrc: upgrade to 0.19Natanael Copa2015-12-091-5/+5
|
* main/openrc: remove warning about modloop boot optNatanael Copa2015-12-092-7/+4
| | | | | arm boot config will not let us specify the modloop name so we will depend on search. We remove the warning.
* main/openrc: make modloop not depend on devNatanael Copa2015-12-042-6/+6
| | | | | | we also need modloop be mounted before we start udev ref #4913
* main/openrc: fix modloop warningNatanael Copa2015-12-042-4/+5
|
* main/openrc: refactor modloop to not depend on alpine_dev boot optNatanael Copa2015-11-262-89/+66
| | | | | | | | | | We scan all relevant mount points for the modloop specified with the modloop boot option. If modloop boot option is missing, then we warn about it, look for files that blkid recognizes, try mount them and then look for modules/$(uname -r). Wen unmounting, find the loop device, and the backing_file and the mountpoint that holds the backing file.
* main/openrc: upgrade to 0.18.3Natanael Copa2015-11-191-5/+5
|
* main/openrc: install logrotate file for /var/log/rc.logSören Tempel2015-07-282-2/+11
|
* main/openrc: ship saner consolefont serviceNatanael Copa2015-07-243-5/+70
| | | | | | Patch from Bernd Lauert fixes #4457
* main/openrc: fix sysctl init.c scriptNatanael Copa2015-07-092-13/+19
| | | | | busybox sysctl only accept one file so we need to re-run it for each config file.
* main/openrc: upgrade to 0.17Natanael Copa2015-06-291-4/+4
|
* main/openrc: upgrade to 0.16.4Natanael Copa2015-06-121-5/+5
|
* main/openrc: fix starting service in boot runlevelNatanael Copa2015-05-152-1/+72
| | | | upstream issue: https://github.com/OpenRC/openrc/issues/54
* main/openrc: add support for /etc/modules-load.d/*.confNatanael Copa2015-05-152-12/+17
| | | | | | | | 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: upgrade to 0.15.1Natanael Copa2015-05-071-5/+5
|
* main/openrc: init.d script cleanups and fixes for lxcNatanael Copa2015-05-066-21/+21
| | | | | | | | | | ref #3699 The following services should not be started on LXC: - hwdrivers - keymaps - modloop - modules
* main/openrc: upgrade to 0.15Natanael Copa2015-05-041-5/+5
|
* main/openrc: fix bad whitespace in sysctl init scriptNatanael Copa2015-04-292-5/+5
|
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-287-25/+25
|
* main/openrc: don't set hostname on lxcNatanael Copa2015-04-282-5/+5
| | | | fixes #4130
* main/openrc: upgrade to 0.14Natanael Copa2015-04-284-86/+46
|
* openrc: modloop: fix finding nfs in /proc/mountsNatanael Copa2015-04-232-4/+5
| | | | | | Also fix finding UUID=... in fstab while at it ref #4015
* main/openrc: modloop: fix detection of vanilla kernel flavorNatanael Copa2014-12-302-5/+9
| | | | ref #3672
* main/openrc: bsd-compat-headers build fixNatanael Copa2014-12-301-0/+1
|
* main/openrc: search for modloop in / and /bootNatanael Copa2014-11-262-5/+8
| | | | this allows having kernel in / which appears to be needed by RPI
* main/openrc: extend search for modloop imageNatanael Copa2014-11-262-5/+13
| | | | | | | we now also search for: modloop-$kver modloop-$kflavor modloop
* main/openrc: fix pxe modloop mountCarlo Landmeter2014-10-042-5/+5
|
* main/openrc: fix and cleanup modloop initdNatanael Copa2014-09-252-18/+14
| | | | | | | - fix mounting of modloop - drop support for .cmg - if modloop=/path/file boot option specified but file does not exist, then fail instead of searching for fallback
* main/openrc: update checksumCarlo Landmeter2014-09-231-3/+3
|
* main/openrc: add netboot support for modloopCarlo Landmeter2014-09-232-17/+28
|
* main/openrc: hide error when migrating /var/run to /runNatanael Copa2014-07-162-1/+18
| | | | | The script tries to copy non-existing files. We simply hide the error ref #3160
* main/openrc: execute sysctl init script in lxc environmentsKaarle Ritvanen2014-07-022-1/+31
|
* main/openrc: upgrade to 0.12.4Bartłomiej Piotrowski2014-03-183-81/+5
|
* main/openrc: fix an off-by-one bugNatanael Copa2013-09-262-1/+34
|
* main/openrc: build fix for musl (don't use libc internal defines)Timo Teräs2013-07-052-1/+77
|
* main/openrc: clean up obsolete patchesWilliam Pitcock2013-03-094-221/+0
|
* main/openrc: upgrade to 0.11.8William Pitcock2013-03-091-29/+3
|
* main/openrc: fix checksumNatanael Copa2013-03-011-3/+3
|
* main/openrc: modloop: fixes for syslinux-5Natanael Copa2013-03-012-7/+34
|
* openrc: hwdrivers: respect blacklist and fix for whitepaces in /sys pathsNatanael Copa2013-02-052-7/+6
|
* main/openrc: dont depend but need in networking.initdCarlo Landmeter2013-01-032-3/+3
| | | | fixes #1530
* Revert "main/openrc: dont run networking in lxc"Natanael Copa2012-12-242-3/+3
| | | | | | | | | We want network be configured from guest. This reverts commit 3a47d1a31dc1dc827cb803b18a557b4e59096b2b. Conflicts: main/openrc/APKBUILD