Skip to content

configs/releng/airootfs/root/.zlogin: use grep -a to ensure /proc/cmdline is treated as text

nl6720 requested to merge nl6720/archiso:grep-a into master

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.

Merge request reports