aboutsummaryrefslogtreecommitdiff
path: root/configs/baseline/airootfs
Commit message (Collapse)AuthorAgeFilesLines
* make baseline have working ethernet networking, like relengMichael Vorburger2021-01-276-0/+22
|
* add SSH server to baselineMichael Vorburger2021-01-272-0/+117
| | | | inspired by https://wiki.archlinux.org/index.php/Archiso#Prepare_an_ISO_for_an_installation_via_SSH
* Add modconf to HOOKS array in mkinitcpio.confnl67202020-10-291-1/+2
| | | | The default mkinitcpio.conf includes modconf in HOOKS.
* Do not rename the initramfs imagenl67202020-09-271-1/+1
| | | | | | | This is a breaking change. archweb, archiso-manager and various documentation must be updated. * https://github.com/archlinux/archweb/blob/master/templates/releng/archlinux.ipxe * https://github.com/pierres/archiso-manager/blob/master/Makefile
* Build initramfs images only oncenl67202020-07-292-0/+80
| | | | | Place custom mkinitcpio.conf in airootfs. Use a custom mkinitcpio preset to specify generated image file path.
* Set root user's shell and password with custom /etc/passwd and /etc/shadownl67202020-07-201-0/+1
Correct shadow file permissions from build.sh.