From ea6727af788da0cbddbdc270e18464a7f33e2e0a Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 15 Aug 2020 00:57:05 +0300 Subject: rc.boot: Don't announce the parsing of command line. --- rc.boot | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rc.boot b/rc.boot index 2ac4ee6..46bbdda 100755 --- a/rc.boot +++ b/rc.boot @@ -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 -- cgit v1.2.3