diff options
author | David Härdeman <david@hardeman.nu> | 2007-05-01 18:59:39 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2007-05-01 18:59:39 +0200 |
commit | 8800b09a519db23e0fefd32868a57c45c0a013e8 (patch) | |
tree | 95fd9f6a097dd2bc32663691b85cfb376908631b /init | |
parent | b65e2e814325991ea130c3a176024f6a7e416c46 (diff) | |
download | initramfs-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-x | init | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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=}" ;; |