Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/openrc: fix hostname init | Stuart Cardall | 2015-12-16 | 2 | -5/+5 |
| | | | | prevents a hostname of "?" if /etc/hostname is empty | ||||
* | main/openrc: only umount the modloop image | Natanael Copa | 2015-12-14 | 2 | -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.19 | Natanael Copa | 2015-12-09 | 1 | -5/+5 |
| | |||||
* | main/openrc: remove warning about modloop boot opt | Natanael Copa | 2015-12-09 | 2 | -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 dev | Natanael Copa | 2015-12-04 | 2 | -6/+6 |
| | | | | | | we also need modloop be mounted before we start udev ref #4913 | ||||
* | main/openrc: fix modloop warning | Natanael Copa | 2015-12-04 | 2 | -4/+5 |
| | |||||
* | main/openrc: refactor modloop to not depend on alpine_dev boot opt | Natanael Copa | 2015-11-26 | 2 | -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.3 | Natanael Copa | 2015-11-19 | 1 | -5/+5 |
| | |||||
* | main/openrc: install logrotate file for /var/log/rc.log | Sören Tempel | 2015-07-28 | 2 | -2/+11 |
| | |||||
* | main/openrc: ship saner consolefont service | Natanael Copa | 2015-07-24 | 3 | -5/+70 |
| | | | | | | Patch from Bernd Lauert fixes #4457 | ||||
* | main/openrc: fix sysctl init.c script | Natanael Copa | 2015-07-09 | 2 | -13/+19 |
| | | | | | busybox sysctl only accept one file so we need to re-run it for each config file. | ||||
* | main/openrc: upgrade to 0.17 | Natanael Copa | 2015-06-29 | 1 | -4/+4 |
| | |||||
* | main/openrc: upgrade to 0.16.4 | Natanael Copa | 2015-06-12 | 1 | -5/+5 |
| | |||||
* | main/openrc: fix starting service in boot runlevel | Natanael Copa | 2015-05-15 | 2 | -1/+72 |
| | | | | upstream issue: https://github.com/OpenRC/openrc/issues/54 | ||||
* | main/openrc: add support for /etc/modules-load.d/*.conf | Natanael Copa | 2015-05-15 | 2 | -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.1 | Natanael Copa | 2015-05-07 | 1 | -5/+5 |
| | |||||
* | main/openrc: init.d script cleanups and fixes for lxc | Natanael Copa | 2015-05-06 | 6 | -21/+21 |
| | | | | | | | | | | ref #3699 The following services should not be started on LXC: - hwdrivers - keymaps - modloop - modules | ||||
* | main/openrc: upgrade to 0.15 | Natanael Copa | 2015-05-04 | 1 | -5/+5 |
| | |||||
* | main/openrc: fix bad whitespace in sysctl init script | Natanael Copa | 2015-04-29 | 2 | -5/+5 |
| | |||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 7 | -25/+25 |
| | |||||
* | main/openrc: don't set hostname on lxc | Natanael Copa | 2015-04-28 | 2 | -5/+5 |
| | | | | fixes #4130 | ||||
* | main/openrc: upgrade to 0.14 | Natanael Copa | 2015-04-28 | 4 | -86/+46 |
| | |||||
* | openrc: modloop: fix finding nfs in /proc/mounts | Natanael Copa | 2015-04-23 | 2 | -4/+5 |
| | | | | | | Also fix finding UUID=... in fstab while at it ref #4015 | ||||
* | main/openrc: modloop: fix detection of vanilla kernel flavor | Natanael Copa | 2014-12-30 | 2 | -5/+9 |
| | | | | ref #3672 | ||||
* | main/openrc: bsd-compat-headers build fix | Natanael Copa | 2014-12-30 | 1 | -0/+1 |
| | |||||
* | main/openrc: search for modloop in / and /boot | Natanael Copa | 2014-11-26 | 2 | -5/+8 |
| | | | | this allows having kernel in / which appears to be needed by RPI | ||||
* | main/openrc: extend search for modloop image | Natanael Copa | 2014-11-26 | 2 | -5/+13 |
| | | | | | | | we now also search for: modloop-$kver modloop-$kflavor modloop | ||||
* | main/openrc: fix pxe modloop mount | Carlo Landmeter | 2014-10-04 | 2 | -5/+5 |
| | |||||
* | main/openrc: fix and cleanup modloop initd | Natanael Copa | 2014-09-25 | 2 | -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 checksum | Carlo Landmeter | 2014-09-23 | 1 | -3/+3 |
| | |||||
* | main/openrc: add netboot support for modloop | Carlo Landmeter | 2014-09-23 | 2 | -17/+28 |
| | |||||
* | main/openrc: hide error when migrating /var/run to /run | Natanael Copa | 2014-07-16 | 2 | -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 environments | Kaarle Ritvanen | 2014-07-02 | 2 | -1/+31 |
| | |||||
* | main/openrc: upgrade to 0.12.4 | Bartłomiej Piotrowski | 2014-03-18 | 3 | -81/+5 |
| | |||||
* | main/openrc: fix an off-by-one bug | Natanael Copa | 2013-09-26 | 2 | -1/+34 |
| | |||||
* | 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 |
| |