summaryrefslogtreecommitdiffstats
path: root/install/encrypt
diff options
context:
space:
mode:
Diffstat (limited to 'install/encrypt')
-rw-r--r--install/encrypt15
1 files changed, 15 insertions, 0 deletions
diff --git a/install/encrypt b/install/encrypt
new file mode 100644
index 0000000..e2087e4
--- /dev/null
+++ b/install/encrypt
@@ -0,0 +1,15 @@
+# vim: set ft=sh:
+
+install ()
+{
+ MODULES=" aes-i586 $(find "${MODULEDIR}/kernel/drivers/md" -name dm*.ko) "
+ BINARIES="cryptsetup.static"
+ FILES=""
+}
+
+help ()
+{
+cat<<HELPEOF
+ This hook allows for an encrypted root device.
+HELPEOF
+}