Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/openrc: use overlayfs instead of unionfs for modloop | Mark White | 2016-02-22 | 1 | -6/+7 |
| | | | | fixes #5144 | ||||
* | main/openrc: only umount the modloop image | Natanael Copa | 2015-12-14 | 1 | -13/+0 |
| | | | | | | | | Don't umount anything more than the loopback image itself to avoid problems with: - udev (fixes #4913) - apk cache - setup-bootable -u | ||||
* | main/openrc: remove warning about modloop boot opt | Natanael Copa | 2015-12-09 | 1 | -3/+0 |
| | | | | | 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 | 1 | -2/+2 |
| | | | | | | we also need modloop be mounted before we start udev ref #4913 | ||||
* | main/openrc: fix modloop warning | Natanael Copa | 2015-12-04 | 1 | -0/+1 |
| | |||||
* | main/openrc: refactor modloop to not depend on alpine_dev boot opt | Natanael Copa | 2015-11-26 | 1 | -85/+62 |
| | | | | | | | | | | 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: init.d script cleanups and fixes for lxc | Natanael Copa | 2015-05-06 | 1 | -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-run | Natanael Copa | 2015-04-28 | 1 | -1/+1 |
| | |||||
* | openrc: modloop: fix finding nfs in /proc/mounts | Natanael Copa | 2015-04-23 | 1 | -1/+2 |
| | | | | | | 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 | 1 | -1/+5 |
| | | | | ref #3672 | ||||
* | main/openrc: search for modloop in / and /boot | Natanael Copa | 2014-11-26 | 1 | -1/+4 |
| | | | | this allows having kernel in / which appears to be needed by RPI | ||||
* | main/openrc: extend search for modloop image | Natanael Copa | 2014-11-26 | 1 | -1/+9 |
| | | | | | | | we now also search for: modloop-$kver modloop-$kflavor modloop | ||||
* | main/openrc: fix pxe modloop mount | Carlo Landmeter | 2014-10-04 | 1 | -1/+1 |
| | |||||
* | main/openrc: fix and cleanup modloop initd | Natanael Copa | 2014-09-25 | 1 | -14/+10 |
| | | | | | | | - 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: add netboot support for modloop | Carlo Landmeter | 2014-09-23 | 1 | -16/+27 |
| | |||||
* | main/openrc: modloop: fixes for syslinux-5 | Natanael Copa | 2013-03-01 | 1 | -5/+6 |
| | |||||
* | main/openrc: fix error message when boot/shutdown | Natanael Copa | 2011-10-28 | 1 | -0/+1 |
| | | | | | 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 | 1 | -13/+22 |
| | |||||
* | main/openrc: look for firmware within the modloop | Natanael Copa | 2011-08-26 | 1 | -0/+3 |
| | | | | ref #739 | ||||
* | main/openrc: fix modloop to find mounts by UUID and LABEL | Natanael Copa | 2011-08-24 | 1 | -4/+29 |
| | | | | ref #734 | ||||
* | main/openrc: be more quiet when no need for modloop | Natanael Copa | 2010-10-29 | 1 | -2/+0 |
| | |||||
* | main/openrc: add unionfs support | Carlo Landmeter | 2010-09-16 | 1 | -3/+13 |
| | | | | Allow modules to be installed when running from RAM | ||||
* | main/openrc: do not barf if modloop is already unmounted | Natanael Copa | 2009-08-20 | 1 | -3/+8 |
| | |||||
* | move core/* to main/ | Natanael Copa | 2009-07-23 | 1 | -0/+87 |
added maintainer to several packages as well |