Simplify sysresccd-initialize script (again)

One less execve().
This commit is contained in:
Marcos Mello 2020-04-12 16:20:51 -03:00
parent a1ce5f2500
commit a02b8535bd

View file

@ -3,7 +3,7 @@ echo "$0 Starting ..."
errcnt=0
# Process options passed on the boot command line
for curopt in $(cat /proc/cmdline)
for curopt in $(< /proc/cmdline)
do
case "${curopt}" in
# Configure keyboard layout if requested in the boot command line