summaryrefslogtreecommitdiffstats
path: root/main/openrc/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* main/openrc: upgrade to 0.16.4Natanael Copa2015-06-121-5/+5
|
* main/openrc: fix starting service in boot runlevelNatanael Copa2015-05-151-1/+5
| | | | upstream issue: https://github.com/OpenRC/openrc/issues/54
* main/openrc: add support for /etc/modules-load.d/*.confNatanael Copa2015-05-151-4/+4
| | | | | | | | 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-061-16/+16
| | | | | | | | | | 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-291-4/+4
|
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-281-19/+19
|
* main/openrc: don't set hostname on lxcNatanael Copa2015-04-281-4/+4
| | | | fixes #4130
* main/openrc: upgrade to 0.14Natanael Copa2015-04-281-14/+10
|
* openrc: modloop: fix finding nfs in /proc/mountsNatanael Copa2015-04-231-3/+3
| | | | | | Also fix finding UUID=... in fstab while at it ref #4015
* main/openrc: modloop: fix detection of vanilla kernel flavorNatanael Copa2014-12-301-4/+4
| | | | ref #3672
* main/openrc: bsd-compat-headers build fixNatanael Copa2014-12-301-0/+1
|
* main/openrc: search for modloop in / and /bootNatanael Copa2014-11-261-4/+4
| | | | this allows having kernel in / which appears to be needed by RPI
* main/openrc: extend search for modloop imageNatanael Copa2014-11-261-4/+4
| | | | | | | we now also search for: modloop-$kver modloop-$kflavor modloop
* main/openrc: fix pxe modloop mountCarlo Landmeter2014-10-041-4/+4
|
* main/openrc: fix and cleanup modloop initdNatanael Copa2014-09-251-4/+4
| | | | | | | - 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-231-1/+1
|
* main/openrc: hide error when migrating /var/run to /runNatanael Copa2014-07-161-1/+5
| | | | | 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-021-1/+5
|
* main/openrc: upgrade to 0.12.4Bartłomiej Piotrowski2014-03-181-13/+5
|
* main/openrc: fix an off-by-one bugNatanael Copa2013-09-261-1/+5
|
* main/openrc: build fix for musl (don't use libc internal defines)Timo Teräs2013-07-051-1/+31
|
* 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-011-2/+28
|
* openrc: hwdrivers: respect blacklist and fix for whitepaces in /sys pathsNatanael Copa2013-02-051-2/+2
|
* main/openrc: dont depend but need in networking.initdCarlo Landmeter2013-01-031-2/+2
| | | | fixes #1530
* Revert "main/openrc: dont run networking in lxc"Natanael Copa2012-12-241-2/+2
| | | | | | | | | We want network be configured from guest. This reverts commit 3a47d1a31dc1dc827cb803b18a557b4e59096b2b. Conflicts: main/openrc/APKBUILD
* main/openrc: network service depends on localmountNatanael Copa2012-12-211-2/+2
| | | | | | it needs /var/run for dhcp client ref #1528
* main/openrc: fix lxc detectionNatanael Copa2012-11-081-1/+3
|
* main/openrc: dont run networking in lxcNatanael Copa2012-11-081-2/+2
|
* main/openrc: fix upgradingNatanael Copa2012-11-011-1/+1
| | | | | | The state dir moved to /run/openrc. We migrate the current state with the post-upgrade script so we dont need to do reboot after upgrading openrc
* main/openrc: busybox swapon has no -e optionNatanael Copa2012-10-111-1/+3
| | | | we remove it for now
* main/openrc: upgrade to 0.10.5Natanael Copa2012-09-191-12/+4
|
* main/openrc: hwdrivers: pull in fbcon if neededNatanael Copa2012-05-011-2/+2
|
* main/openrc: upgrade to 0.9.8.4William Pitcock2012-01-301-2/+2
|
* main/openrc: update checksums on rebased patchesWilliam Pitcock2011-12-171-1/+1
|
* main/openrc: upgrade to 0.9.7William Pitcock2011-12-171-5/+5
|
* main/openrc: fix error message when boot/shutdownNatanael Copa2011-10-281-2/+2
| | | | | Fixes the error message: /lib/rc/sh/runscript.sh: line 1: can't open : no such file
* main/openrc: support for squashfs modloopNatanael Copa2011-08-271-2/+2
|
* main/openrc: look for firmware within the modloopNatanael Copa2011-08-261-2/+2
| | | | ref #739
* main/openrc: fix modloop to find mounts by UUID and LABELNatanael Copa2011-08-241-2/+2
| | | | ref #734
* main/openrc: swap: only unmount tmpfs when shutting downNatanael Copa2011-08-111-1/+3
| | | | ref #711
* main/openrc: slightly better patch for openrcNatanael Copa2011-08-041-3/+3
| | | | Keeps the original "quiet" behaviour.
* main/openrc: fix command line option flags used in sysctl init.dPaul Onyschuk2011-08-031-1/+3
|
* main/openrc: upgrade to 0.8.3Natanael Copa2011-07-311-4/+4
|
* main/openrc: assume clock_hctosys is YESWilliam Pitcock2011-05-031-1/+3
| | | | fix #620
* main/openrc: remove warning about rc_sys not defined in rc.confNatanael Copa2011-04-271-1/+3
| | | | | | We don't need this warning really. fixes #578