Merge branch 'simplify-script2' into 'master'

Simplify sysresccd-initialize script (again)

See merge request fdupoux/sysresccd-src!38
This commit is contained in:
Francois Dupoux 2020-04-12 19:43:14 +00:00
commit 4bee87d96f

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