summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init4
1 files changed, 4 insertions, 0 deletions
diff --git a/init b/init
index e1fee77..38450da 100644
--- a/init
+++ b/init
@@ -15,6 +15,7 @@ export init=/sbin/init
export quiet=n
export readonly=y
export ROOT=
+export resume=${RESUME}
export rootmnt=/root
for x in $(cat /proc/cmdline); do
case $x in
@@ -30,6 +31,9 @@ for x in $(cat /proc/cmdline); do
boot=*)
BOOT=${x#boot=}
;;
+ resume=*)
+ resume=${x#resume=}
+ ;;
quiet)
quiet=y
;;