diff options
author | Cem Keylan <cem@ckyln.com> | 2020-08-15 00:57:05 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-08-15 00:57:05 +0300 |
commit | ea6727af788da0cbddbdc270e18464a7f33e2e0a (patch) | |
tree | e4e59b24f340a439ac83cf50ed57264a68efeb66 | |
parent | b0d57cc4e0659784b3e7b8ffc1f1224b94cdc563 (diff) | |
download | init-ea6727af788da0cbddbdc270e18464a7f33e2e0a.tar.gz |
rc.boot: Don't announce the parsing of command line.
-rwxr-xr-x | rc.boot | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -33,9 +33,7 @@ out "Mounting pseudo filesystems..."; { } 2>/dev/null } -out "Parsing kernel commandline..."; { - parse_cmdline -} +parse_cmdline # shellcheck disable=2154 [ "$quiet" = 1 ] && exec >/dev/null 2>&1 |