aboutsummaryrefslogtreecommitdiff
path: root/configs/baseline/airootfs
Commit message (Collapse)AuthorAgeFilesLines
* 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.