aboutsummaryrefslogtreecommitdiff
path: root/rc.boot
diff options
context:
space:
mode:
Diffstat (limited to 'rc.boot')
-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