summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init2
1 files changed, 2 insertions, 0 deletions
diff --git a/init b/init
index 3511286..b8ee065 100644
--- a/init
+++ b/init
@@ -21,6 +21,8 @@ for cmd in $CMDLINE; do
\#*) break ;; # ignore everything after a # in the commandline
[0123456Ss]) export runlevel="$cmd" ;;
single) export runlevel="S" ;; #some people use 'single'
+ #Allow "init=X" to pass-through
+ init=*) kinit_params="${kinit_params} ${cmd}" ;;
# replace can cause problems for the following entries
# These should only be applied to the lefthand side of the expression
# until we find a fix hardcode the stuff here.