Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/openrc: Allow http:// for ssh_key | Mick Tarsel | 2018-06-21 | 2 | -3/+3 |
| | | | | | | | 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 firstboot | Natanael Copa | 2018-06-12 | 2 | -15/+4 |
| | | | | | | | - 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 SSH | Tuan M. Hoang | 2018-05-23 | 2 | -2/+48 |
| | | | | | Currently this service serves the purpose of allowing Alpine installation through SSH. | ||||
* | main/openrc: make service(8) work again | William Pitcock | 2018-05-20 | 1 | -1/+4 |
| | |||||
* | main/openrc: upgrade to 0.35.5 | Jakub Jirutka | 2018-04-23 | 3 | -48/+11 |
| | |||||
* | main/openrc: clarify license, fix code-style | Jakub Jirutka | 2018-04-23 | 1 | -3/+4 |
| | |||||
* | main/openrc: move loadkmap service to busybox-initscripts | Sören Tempel | 2018-02-28 | 2 | -27/+6 |
| | |||||
* | main/openrc: make keymaps a virtual service | Sören Tempel | 2018-02-28 | 2 | -2/+8 |
| | |||||
* | main/openrc: fix netboot and rename unionfs | Carlo Landmeter | 2018-02-21 | 3 | -23/+29 |
| | | | | | | - 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/busybox-initscripts: fix klogd startup klogd should rely on syslog, as ↵ | Adrian Günter | 2018-01-27 | 1 | -1/+3 |
| | | | | syslog must already be running for klogd to properly utilize it | ||||
* | main/openrc: fix URL; modernize | TBK | 2017-11-29 | 1 | -5/+4 |
| | |||||
* | main/openrc: fix fsck with vfat partitions | Natanael Copa | 2017-11-28 | 2 | -1/+38 |
| | | | | busybox fsck does not support -C option so strip it if fsck is busybox. | ||||
* | main/openrc: modloop.initd: avoid error with ↵ | Casper Ti. Vector | 2017-10-09 | 2 | -4/+3 |
| | | | | `BOOT_IMAGE=(loop)/boot/vmlinuz-hardened'. | ||||
* | main/openrc: rebuild to fix depends for subpackages | Natanael Copa | 2017-03-21 | 1 | -1/+1 |
| | |||||
* | main/openrc: fix re-mounting root file system | Kaarle Ritvanen | 2017-03-20 | 2 | -8/+10 |
| | | | | fixes #7042 | ||||
* | main/openrc: upgrade to 0.24.1 | Sören Tempel | 2017-03-19 | 3 | -61/+29 |
| | |||||
* | main/openrc: update to 0.23.2 | William Pitcock | 2017-02-01 | 11 | -174/+145 |
| | |||||
* | main/openrc: fix hwdrivers to load fbcon on /dev/fb0 | Natanael Copa | 2017-01-24 | 2 | -6/+6 |
| | | | | | | | 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 sysfs | Timo Teräs | 2016-11-24 | 2 | -5/+5 |
| | | | | | sysfs will probe modules at least under EFI boot fixes #6474 | ||||
* | main/openrc: fix modloop to work with https | Timo Teräs | 2016-11-16 | 2 | -5/+5 |
| | |||||
* | main/openrc: dont stop network on shutdown | Natanael Copa | 2016-10-19 | 2 | -4/+7 |
| | | | | | 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.7 | Natanael Copa | 2016-09-12 | 1 | -5/+5 |
| | |||||
* | main/openrc: uncompress font before dumping it to RC_LIBEXECDIR | Sören Tempel | 2016-08-28 | 2 | -8/+8 |
| | | | | | Fixes setting the font during early boot when using kdbs setfont implementation. | ||||
* | main/openrc: use cp to copy current font to RC_LIBEXECDIR | Sören Tempel | 2016-08-19 | 2 | -18/+16 |
| | |||||
* | main/openrc: provide patch for consolefont service | Sören Tempel | 2016-08-17 | 4 | -69/+77 |
| | | | | Instead of shipping an almost identical standalone file. | ||||
* | main/openrc: use git format-patches as in main/busybox | Sören Tempel | 2016-08-17 | 12 | -111/+170 |
| | | | | Don't bump pkgrel since the resulting binary should be identical. | ||||
* | main/openrc: busybox swapon applet supports -e now | Sören Tempel | 2016-08-17 | 2 | -28/+7 |
| | | | | https://git.busybox.net/busybox/commit/util-linux/swaponoff.c?id=e76957708b6a158fd25f7298a4bf2cc5583a974a | ||||
* | main/openrc: store consolefont | Sören Tempel | 2016-08-17 | 2 | -4/+12 |
| | | | | This gets picked up by /lib/rc/sh/init-early.sh | ||||
* | main/openrc: upgrade to 0.21.3 | Natanael Copa | 2016-08-12 | 1 | -5/+5 |
| | |||||
* | main/openrc: fix sysfsconf load order | Natanael Copa | 2016-08-12 | 2 | -5/+5 |
| | | | | | | | the directory is so packages can ship config. User may want override those in the config file so we let the config file win. This is also consistent with sysctl. | ||||
* | main/openrc: add sysfsconf script | Natanael Copa | 2016-08-10 | 2 | -4/+74 |
| | | | | so we can edit sysfs variables during boot | ||||
* | main/openrc: upgrade to 0.21.2 | Natanael Copa | 2016-07-12 | 1 | -4/+4 |
| | |||||
* | main/openrc: upgrade to 0.21 | Natanael Copa | 2016-05-29 | 1 | -5/+5 |
| | |||||
* | main/openrc: improve readability a bit in modules.initd | Natanael Copa | 2016-04-21 | 2 | -5/+6 |
| | |||||
* | main/openrc: Fix sed script in modules.initd. | Przemyslaw Pawelczyk | 2016-04-21 | 1 | -1/+1 |
| | | | | | | | | | Old sed script did not remove blank lines, so one could easily get: modprobe: ERROR: missing parameters. See -h. during boot, e.g. from comment in /etc/modules-load.d/lm_sensors.conf generated by sensors-detect (from lm_sensors-detect package). | ||||
* | main/openrc: upgrade to 0.20.5 | Natanael Copa | 2016-03-14 | 2 | -38/+5 |
| | |||||
* | main/openrc: backport rc_env_allow fix | Natanael Copa | 2016-03-14 | 2 | -1/+34 |
| | |||||
* | main/openrc: upgrade to 0.20.4 | Natanael Copa | 2016-02-26 | 1 | -5/+5 |
| | |||||
* | main/openrc: use overlayfs instead of unionfs for modloop | Mark White | 2016-02-22 | 2 | -10/+11 |
| | | | | fixes #5144 | ||||
* | main/openrc: mount efivars read-only | Natanael Copa | 2016-02-02 | 2 | -1/+18 |
| | | | | | unintentional writes to efivars may result in bricked hardware. mount it read-only to play safe. | ||||
* | 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 |