Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/openrc: build fix for musl (don't use libc internal defines) | Timo Teräs | 2013-07-05 | 2 | -1/+77 |
| | |||||
* | main/openrc: clean up obsolete patches | William Pitcock | 2013-03-09 | 4 | -221/+0 |
| | |||||
* | main/openrc: upgrade to 0.11.8 | William Pitcock | 2013-03-09 | 1 | -29/+3 |
| | |||||
* | main/openrc: fix checksum | Natanael Copa | 2013-03-01 | 1 | -3/+3 |
| | |||||
* | main/openrc: modloop: fixes for syslinux-5 | Natanael Copa | 2013-03-01 | 2 | -7/+34 |
| | |||||
* | openrc: hwdrivers: respect blacklist and fix for whitepaces in /sys paths | Natanael Copa | 2013-02-05 | 2 | -7/+6 |
| | |||||
* | main/openrc: dont depend but need in networking.initd | Carlo Landmeter | 2013-01-03 | 2 | -3/+3 |
| | | | | fixes #1530 | ||||
* | Revert "main/openrc: dont run networking in lxc" | Natanael Copa | 2012-12-24 | 2 | -3/+3 |
| | | | | | | | | | We want network be configured from guest. This reverts commit 3a47d1a31dc1dc827cb803b18a557b4e59096b2b. Conflicts: main/openrc/APKBUILD | ||||
* | main/openrc: network service depends on localmount | Natanael Copa | 2012-12-21 | 2 | -2/+3 |
| | | | | | | it needs /var/run for dhcp client ref #1528 | ||||
* | main/openrc: fix lxc detection | Natanael Copa | 2012-11-08 | 2 | -1/+42 |
| | |||||
* | main/openrc: dont run networking in lxc | Natanael Copa | 2012-11-08 | 2 | -3/+3 |
| | |||||
* | main/openrc: fix upgrading | Natanael Copa | 2012-11-01 | 2 | -10/+17 |
| | | | | | | 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 option | Natanael Copa | 2012-10-11 | 2 | -1/+16 |
| | | | | we remove it for now | ||||
* | main/openrc: upgrade to 0.10.5 | Natanael Copa | 2012-09-19 | 6 | -107/+7 |
| | |||||
* | main/openrc: hwdrivers: pull in fbcon if needed | Natanael Copa | 2012-05-01 | 2 | -2/+8 |
| | |||||
* | main/openrc: upgrade to 0.9.8.4 | William Pitcock | 2012-01-30 | 1 | -2/+2 |
| | |||||
* | main/openrc: update checksums on rebased patches | William Pitcock | 2011-12-17 | 1 | -1/+1 |
| | |||||
* | main/openrc: upgrade to 0.9.7 | William Pitcock | 2011-12-17 | 3 | -7/+7 |
| | |||||
* | main/openrc: fix error message when boot/shutdown | Natanael Copa | 2011-10-28 | 2 | -2/+3 |
| | | | | | Fixes the error message: /lib/rc/sh/runscript.sh: line 1: can't open : no such file | ||||
* | main/openrc: support for squashfs modloop | Natanael Copa | 2011-08-27 | 2 | -15/+24 |
| | |||||
* | main/openrc: look for firmware within the modloop | Natanael Copa | 2011-08-26 | 2 | -2/+5 |
| | | | | ref #739 | ||||
* | main/openrc: fix modloop to find mounts by UUID and LABEL | Natanael Copa | 2011-08-24 | 2 | -6/+31 |
| | | | | ref #734 | ||||
* | main/openrc: swap: only unmount tmpfs when shutting down | Natanael Copa | 2011-08-11 | 2 | -1/+20 |
| | | | | ref #711 | ||||
* | main/openrc: slightly better patch for openrc | Natanael Copa | 2011-08-04 | 3 | -17/+32 |
| | | | | Keeps the original "quiet" behaviour. | ||||
* | main/openrc: fix command line option flags used in sysctl init.d | Paul Onyschuk | 2011-08-03 | 2 | -1/+17 |
| | |||||
* | main/openrc: upgrade to 0.8.3 | Natanael Copa | 2011-07-31 | 1 | -4/+4 |
| | |||||
* | main/openrc: assume clock_hctosys is YES | William Pitcock | 2011-05-03 | 2 | -1/+18 |
| | | | | fix #620 | ||||
* | main/openrc: remove warning about rc_sys not defined in rc.conf | Natanael Copa | 2011-04-27 | 2 | -1/+13 |
| | | | | | | We don't need this warning really. fixes #578 | ||||
* | main/openrc: upgrade to 0.8.2 | William Pitcock | 2011-04-16 | 1 | -3/+3 |
| | |||||
* | main/openrc: move /libexec/rc to /lib/rc to be more FHS compat | Natanael Copa | 2011-04-13 | 3 | -15/+28 |
| | | | | | | | Also clean up the /etc/rc.local compat. We now in the post-upgrade look if there are any /etc/rc.local and if there are we create an /etc/local.d/rc.local-compat.start script, otherwise we just let it be. | ||||
* | main/openrc: upgrgadee to 0.8.0 | Natanael Copa | 2011-04-12 | 3 | -3914/+4 |
| | |||||
* | main/openrc: add e2fsck specific options to fsck unless busybox | Natanael Copa | 2011-03-09 | 3 | -13/+41 |
| | |||||
* | main/openrc: fix previous commit | Natanael Copa | 2011-03-03 | 1 | -9/+16 |
| | |||||
* | main/openrc: update to git 2011-02-22 + fix vserver guests | Natanael Copa | 2011-03-03 | 2 | -0/+3906 |
| | |||||
* | main/openrc: support multiple interfaces on auto line (closes #531) | William Pitcock | 2011-02-17 | 2 | -3/+3 |
| | |||||
* | main/openrc: upgrade to 0.7.0 | William Pitcock | 2011-02-15 | 2 | -31/+4 |
| | |||||
* | Set all packages with arch="x86 x86_64" to arch="all". | William Pitcock | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | main/openrc: remove e2fsck-specific options | William Pitcock | 2011-01-12 | 2 | -1/+13 |
| | | | | | | It seems that normal util-linux fsck somehow strips these options when not launching e2fsck. busybox, however, does not, so these options must go away. | ||||
* | main/openrc: improve networking script | Natanael Copa | 2011-01-07 | 2 | -14/+55 |
| | | | | | | | We start interfaces one by one so we get a report which interface fails if any. We consider networking service as 'running' if any interface starts. | ||||
* | main/openrc: apply patch from upstream. force root to be remounted as rw | Natanael Copa | 2010-12-21 | 4 | -15/+58 |
| | | | | | | | | also remove the .modloop hack. Basically, everytying in 'boot' runlevel is for bootstrapping the system. Dont expect things work if restart any of those services. ref #178 | ||||
* | main/*: add arch | Natanael Copa | 2010-12-13 | 1 | -0/+1 |
| | |||||
* | main/openrc: be more quiet when no need for modloop | Natanael Copa | 2010-10-29 | 2 | -4/+2 |
| | |||||
* | main/openrc: add missing confd | Carlo Landmeter | 2010-09-17 | 1 | -0/+3 |
| | |||||
* | main/openrc: add unionfs support | Carlo Landmeter | 2010-09-16 | 2 | -7/+20 |
| | | | | Allow modules to be installed when running from RAM | ||||
* | main/openrc: build fix for gnu make-3.82 | Natanael Copa | 2010-09-09 | 1 | -0/+1 |
| | |||||
* | main/openrc: bump version number | Carlo Landmeter | 2010-09-08 | 1 | -3/+3 |
| | | | | (cherry picked from commit 1ccd3a18a3dee2bf298773833c1ae679fd930737) | ||||
* | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | main/openrc: upgrade to 0.6.0 | Natanael Copa | 2010-01-06 | 1 | -10/+12 |
| | |||||
* | main/openrc: start networking after hardware drivers | Natanael Copa | 2009-11-03 | 2 | -3/+3 |
| | | | | not sure how this could slip through. | ||||
* | main/openrc: localmount: don't umount .modloop | Natanael Copa | 2009-10-12 | 2 | -1/+15 |
| | | | | fixes #178 |