summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init4
1 files changed, 2 insertions, 2 deletions
diff --git a/init b/init
index 6486139..b2a89e1 100644
--- a/init
+++ b/init
@@ -14,12 +14,12 @@ export break=
export init=/sbin/init
export quiet=n
export readonly=y
-export root=
+export ROOT=
export rootmnt=/root
for x in $(cat /proc/cmdline); do
case $x in
init=*)
- INIT=${x#init=}
+ init=${x#init=}
;;
root=*)
ROOT=${x#root=}