summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
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=}"
;;