aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-06-09 14:34:09 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-06-09 14:34:09 +0000
commit3186bfc54c5e5db508d47340012a320f607bd8f3 (patch)
tree02c15190beba47d4951d0824a9dbc510b38f00e2 /gen_determineargs.sh
parentAdded code to allow the root file-system to be a module. This is for bug #11... (diff)
downloadgenkernel-3186bfc54c5e5db508d47340012a320f607bd8f3.tar.gz
genkernel-3186bfc54c5e5db508d47340012a320f607bd8f3.tar.bz2
genkernel-3186bfc54c5e5db508d47340012a320f607bd8f3.zip
Add a modified version of the two LUKS patches that made their way into bugzilla for bug #122421.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@405 67a159dc-881f-0410-a524-ba9dfbe2cb84
Diffstat (limited to 'gen_determineargs.sh')
-rw-r--r--gen_determineargs.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/gen_determineargs.sh b/gen_determineargs.sh
index cb3b1b2..93e5bab 100644
--- a/gen_determineargs.sh
+++ b/gen_determineargs.sh
@@ -60,6 +60,11 @@ get_KV() {
else
DISKLABEL=0
fi
+
+ if isTrue "${CMD_LUKS}"
+ then
+ LUKS=1
+ fi
}
determine_real_args() {