mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-21 06:03:41 +00:00
Simplify sysresccd-initialize script (again)
One less execve().
This commit is contained in:
parent
a1ce5f2500
commit
a02b8535bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue