summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2007-05-01 18:59:39 +0200
committermaximilian attems <maks@debian.org>2007-05-01 18:59:39 +0200
commit8800b09a519db23e0fefd32868a57c45c0a013e8 (patch)
tree95fd9f6a097dd2bc32663691b85cfb376908631b /init
parentb65e2e814325991ea130c3a176024f6a7e416c46 (diff)
downloadinitramfs-tools-8800b09a519db23e0fefd32868a57c45c0a013e8.tar.gz
initramfs-tools-8800b09a519db23e0fefd32868a57c45c0a013e8.zip
init: Remove cryptopts parsing
the cryptsetup scripts parse /proc/cmdline themselves (even in the Etch version).
Diffstat (limited to 'init')
-rwxr-xr-xinit4
1 files changed, 0 insertions, 4 deletions
diff --git a/init b/init
index b115cd1..7de409a 100755
--- a/init
+++ b/init
@@ -47,7 +47,6 @@ export quiet=n
export readonly=y
export rootmnt=/root
export debug=
-export cryptopts=${CRYPTOPTS}
export ROOTDELAY=
export panic=
export blacklist=
@@ -81,9 +80,6 @@ for x in $(cat /proc/cmdline); do
rootdelay=*)
ROOTDELAY="${x#rootdelay=}"
;;
- cryptopts=*)
- cryptopts="${x#cryptopts=}"
- ;;
nfsroot=*)
NFSROOT="${x#nfsroot=}"
;;