aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-08-15 00:57:05 +0300
committerCem Keylan <cem@ckyln.com>2020-08-15 00:57:05 +0300
commitea6727af788da0cbddbdc270e18464a7f33e2e0a (patch)
treee4e59b24f340a439ac83cf50ed57264a68efeb66
parentb0d57cc4e0659784b3e7b8ffc1f1224b94cdc563 (diff)
downloadinit-ea6727af788da0cbddbdc270e18464a7f33e2e0a.tar.gz
rc.boot: Don't announce the parsing of command line.
-rwxr-xr-xrc.boot4
1 files changed, 1 insertions, 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