aboutsummaryrefslogtreecommitdiffstats
path: root/main/openrc/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* main/openrc: networking: wait for udev eventsKaarle Ritvanen2020-04-111-2/+2
|
* main/openrc: run depmod -A when merging /lib/modulesReid Rankin2020-02-271-2/+2
|
* main/openrc: don't shadow /lib/modules if modloop is an overlayReid Rankin2020-02-271-2/+2
| | | | | | | | | | | | | In the run-from-RAM scenario, the modloop init script runs after APK has already installed packages. If any of these packages contain files that live under /lib/modules, /etc/init.d/modloop will hide them by mounting the modloop on top of this directory, even if overlayfs is available. This change places the pre-modloop contents of /lib/modules into the overlay stack, on top of the actual contents of the modloop file, so that in a conflict package contents override modloop contents.
* main/openrc: checksumsAriadne Conill2020-02-181-1/+1
|
* main/openrc: write sysctl service with sane ordering of servicesLeo2020-02-181-5/+5
|
* main/openrc: checksumAriadne Conill2020-02-141-0/+1
|
* main/openrc: actually integrate the vrf patchAriadne Conill2020-02-141-1/+2
|
* main/openrc: fix priority of modules-load configuration.Leo2020-02-131-5/+2
| | | | | | | | | | | | | | | | | | The previous configuration loaded in this order: 1. /etc/modules 2. /etc/modules-load.d/*.conf 3. /run/modules-load.d/*.conf 4. /usr/lib/modules-load.d/*.conf 5. /lib/modules-load.d/*.conf This is completely backwards and with this commit it will now be. 1. /lib/modules-load.d/*.conf -> System and base packages configuration 2. /usr/lib/modules-load.d/*.conf -> Other packages configuration 3. /etc/modules -> Local admin configuration 4. /etc/modules-load.d/*.conf -> Local admin configuration (preferred) 5. /run/modules-load.d/*.conf -> Runtime configuration
* main/openrc: allow to change interfaces config locationJakub Jirutka2020-01-161-1/+1
|
* main/openrc: rename deprecated $SVCNAME, use /run instead of /var/runJakub Jirutka2020-01-161-2/+2
|
* main/openrc: fix do_unmount functionSören Tempel2020-01-151-1/+3
| | | | Without this patch fuser was never properly invoked.
* main/openrc: upgrade to 0.42.1Leo2019-08-231-5/+3
|
* main/openrc: add -docker keyword to hostname and networkingLeo2019-07-221-4/+3
|
* main/openrc: Fix respawn_max=0Chloe Kudryavtsev2019-06-101-1/+3
| | | | | | This is an off-by-one error fixed in April. Latest release is in February. Ths adds a patch for the interim with a note on when to remove it.
* main/openrc: install additional documentation filesSören Tempel2019-03-101-0/+4
| | | | These files are also installed by the gentoo ebuild.
* main/openrc: support early loading the keymap with kbdSören Tempel2019-03-101-0/+2
|
* main/openrc: convert patch to git-format(1) patchSören Tempel2019-03-101-1/+1
| | | | For consistency and to allow easy rebasing of the patchset with git(1).
* main/openrc: add zsh and bash completion subpackagesSören Tempel2019-03-101-1/+28
| | | | | | | | The MKZSHCOMP and MKBASHCOMP variables need to be set for both make and make install thus I simply exported them as environment variables in build(). The alternative would have been passing them locally twice which didn't seem very appealing to me. Not sure if we have a clear policy on this though...
* main/openrc: update URLSören Tempel2019-03-101-1/+1
|
* main/openrc: upgrade to 0.41.2Sören Tempel2019-03-101-5/+3
|
* Revert "main/openrc: use tod as hwclock on s390x"Leonardo Arena2019-02-061-3/+1
| | | | This reverts commit 28d9a37f27e810798196424f52208e6914924e24.
* main/openrc: use tod as hwclock on s390xTuan Hoang2019-02-061-1/+3
|
* main/openrc: add modloop signature verificationCarlo Landmeter2019-01-271-2/+2
|
* main/openrc: fix hostname scriptNatanael Copa2018-12-071-2/+2
| | | | | | we should not override hostname set in /etc/conf.d/hostname ref #9737
* /main/openrc: fix interupt warningCarlo Landmeter2018-11-281-1/+3
|
* main/openrc: upgrade to 0.39.2Jakub Jirutka2018-11-121-2/+4
|
* main/openrc: upgrade to 0.38.3Sören Tempel2018-11-031-3/+3
|
* main/openrc: Allow http:// for ssh_keyMick Tarsel2018-06-211-2/+2
| | | | | | | A slight revert of commit 4ef156921798938 which removed http://* Since the kernel argument is downloading the public key, we are not required to use an encrypted protocol. This will also be easier for a local development environment.
* main/openrc: misc fixes for firstbootNatanael Copa2018-06-121-2/+2
| | | | | | | - disable ssh_pass option - sshd service is enabled form initramfs so remove depends - remove firstboot from all runlevels. This should only run once - remove http and ftp support. Require https.
* main/openrc: add firstboot service for installation through SSHTuan M. Hoang2018-05-231-2/+4
| | | | | Currently this service serves the purpose of allowing Alpine installation through SSH.
* main/openrc: make service(8) work againWilliam Pitcock2018-05-201-1/+4
|
* main/openrc: upgrade to 0.35.5Jakub Jirutka2018-04-231-6/+4
|
* main/openrc: clarify license, fix code-styleJakub Jirutka2018-04-231-3/+4
|
* main/openrc: move loadkmap service to busybox-initscriptsSören Tempel2018-02-281-6/+6
|
* main/openrc: make keymaps a virtual serviceSören Tempel2018-02-281-2/+7
|
* main/openrc: fix netboot and rename unionfsCarlo Landmeter2018-02-211-3/+3
| | | | | | - 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: fix URL; modernizeTBK2017-11-291-5/+4
|
* main/openrc: fix fsck with vfat partitionsNatanael Copa2017-11-281-1/+3
| | | | busybox fsck does not support -C option so strip it if fsck is busybox.
* main/openrc: modloop.initd: avoid error with ↵Casper Ti. Vector2017-10-091-2/+2
| | | | `BOOT_IMAGE=(loop)/boot/vmlinuz-hardened'.
* main/openrc: rebuild to fix depends for subpackagesNatanael Copa2017-03-211-1/+1
|
* main/openrc: fix re-mounting root file systemKaarle Ritvanen2017-03-201-2/+2
| | | | fixes #7042
* main/openrc: upgrade to 0.24.1Sören Tempel2017-03-191-38/+4
|
* main/openrc: update to 0.23.2William Pitcock2017-02-011-35/+31
|
* main/openrc: fix hwdrivers to load fbcon on /dev/fb0Natanael Copa2017-01-241-4/+4
| | | | | | | Instead of checking for fb module we check for /dev/fb0 since we now compile fb directly into the kernel instead of module. We also allow blacklisting it by using `modprobe -b`
* main/openrc: modloop needs to be done before sysfsTimo Teräs2016-11-241-4/+4
| | | | | sysfs will probe modules at least under EFI boot fixes #6474
* main/openrc: fix modloop to work with httpsTimo Teräs2016-11-161-4/+4
|
* main/openrc: dont stop network on shutdownNatanael Copa2016-10-191-4/+4
| | | | | dont stop the network when switching runlevels, including on shutdown unless user has explcitly asked to do so with "keep_network=no"
* main/openrc: upgrade to 0.21.7Natanael Copa2016-09-121-5/+5
|
* main/openrc: uncompress font before dumping it to RC_LIBEXECDIRSören Tempel2016-08-281-4/+4
| | | | | Fixes setting the font during early boot when using kdbs setfont implementation.
* main/openrc: use cp to copy current font to RC_LIBEXECDIRSören Tempel2016-08-191-4/+4
|