aboutsummaryrefslogtreecommitdiffstats
path: root/main/openrc/modloop.initd
Commit message (Collapse)AuthorAgeFilesLines
* main/openrc: add modloop signature verificationCarlo Landmeter2019-01-271-1/+21
|
* main/openrc: fix netboot and rename unionfsCarlo Landmeter2018-02-211-17/+20
| | | | | | - do not re-download the modloop on netboot when restarting service - rename unionfs to overlayfs (including the conf.d variable) - allow size setting to 0 to mount with default size
* main/openrc: modloop.initd: avoid error with ↵Casper Ti. Vector2017-10-091-2/+1
| | | | `BOOT_IMAGE=(loop)/boot/vmlinuz-hardened'.
* main/openrc: modloop needs to be done before sysfsTimo Teräs2016-11-241-1/+1
| | | | | sysfs will probe modules at least under EFI boot fixes #6474
* main/openrc: fix modloop to work with httpsTimo Teräs2016-11-161-1/+1
|
* main/openrc: use overlayfs instead of unionfs for modloopMark White2016-02-221-6/+7
| | | | fixes #5144
* main/openrc: only umount the modloop imageNatanael Copa2015-12-141-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 optNatanael Copa2015-12-091-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 devNatanael Copa2015-12-041-2/+2
| | | | | | we also need modloop be mounted before we start udev ref #4913
* main/openrc: fix modloop warningNatanael Copa2015-12-041-0/+1
|
* main/openrc: refactor modloop to not depend on alpine_dev boot optNatanael Copa2015-11-261-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 lxcNatanael Copa2015-05-061-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-runNatanael Copa2015-04-281-1/+1
|
* openrc: modloop: fix finding nfs in /proc/mountsNatanael Copa2015-04-231-1/+2
| | | | | | Also fix finding UUID=... in fstab while at it ref #4015
* main/openrc: modloop: fix detection of vanilla kernel flavorNatanael Copa2014-12-301-1/+5
| | | | ref #3672
* main/openrc: search for modloop in / and /bootNatanael Copa2014-11-261-1/+4
| | | | this allows having kernel in / which appears to be needed by RPI
* main/openrc: extend search for modloop imageNatanael Copa2014-11-261-1/+9
| | | | | | | we now also search for: modloop-$kver modloop-$kflavor modloop
* main/openrc: fix pxe modloop mountCarlo Landmeter2014-10-041-1/+1
|
* main/openrc: fix and cleanup modloop initdNatanael Copa2014-09-251-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 modloopCarlo Landmeter2014-09-231-16/+27
|
* main/openrc: modloop: fixes for syslinux-5Natanael Copa2013-03-011-5/+6
|
* main/openrc: fix error message when boot/shutdownNatanael Copa2011-10-281-0/+1
| | | | | 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-13/+22
|
* main/openrc: look for firmware within the modloopNatanael Copa2011-08-261-0/+3
| | | | ref #739
* main/openrc: fix modloop to find mounts by UUID and LABELNatanael Copa2011-08-241-4/+29
| | | | ref #734
* main/openrc: be more quiet when no need for modloopNatanael Copa2010-10-291-2/+0
|
* main/openrc: add unionfs supportCarlo Landmeter2010-09-161-3/+13
| | | | Allow modules to be installed when running from RAM
* main/openrc: do not barf if modloop is already unmountedNatanael Copa2009-08-201-3/+8
|
* move core/* to main/Natanael Copa2009-07-231-0/+87
added maintainer to several packages as well