mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-03-01 18:53:48 +01:00
Simplify sysresccd-initialize script (again)
One less execve().
This commit is contained in:
parent
a1ce5f2500
commit
a02b8535bd
|
|
@ -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