aboutsummaryrefslogtreecommitdiffstats
path: root/main/openrc/firstboot.initd
Commit message (Collapse)AuthorAgeFilesLines
* main/openrc: Allow http:// for ssh_keyMick Tarsel2018-06-211-1/+1
| | | | | | | 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-13/+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-0/+44
Currently this service serves the purpose of allowing Alpine installation through SSH.