summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorJeff Bailey <jbailey@ubuntu.com>2005-08-16 13:34:13 -0400
committerJeff Bailey <jbailey@ubuntu.com>2005-08-16 13:34:13 -0400
commit618760b004d07efb11f05e57d46ed4b5adb2823c (patch)
tree196895455a2d38f79e6e742786cccd0b9636f8fe /init
parent3d319f70b29f804234fa5eb6e93c1168b0d2dddf (diff)
downloadinitramfs-tools-618760b004d07efb11f05e57d46ed4b5adb2823c.tar.gz
initramfs-tools-618760b004d07efb11f05e57d46ed4b5adb2823c.zip
Cleanup commit, sorry for the mess
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
;;