aboutsummaryrefslogtreecommitdiff
path: root/configs/releng/airootfs/root/.zlogin
Commit message (Collapse)AuthorAgeFilesLines
* configs/releng/airootfs/root/.zlogin: use grep -a to ensure /proc/cmdline is ↵nl67202022-11-121-1/+1
| | | | | | | treated as text This protects against the case where /proc/cmdline contains garbage triggering grep to think it is a binary. See e.g. https://bugs.archlinux.org/task/76468 for an example.
* implement accessibility support in archisoAlexander Epaneshnikov2020-10-291-0/+5
| | | | this fixes #67
* [archiso] Rename root-image to airootfsGerardo Exequiel Pozzi2014-06-281-0/+1
Two purposes: * systemd filename friendly: "-" is used for "/" and must be escaped with "\x20" * ISO9660 filename friendly: "-" is replaced with "_"