mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-01-07 09:10:43 +01:00
Merge branch 'simplify-script2' into 'master'
Simplify sysresccd-initialize script (again) See merge request fdupoux/sysresccd-src!38
This commit is contained in:
commit
4bee87d96f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue