---
 modules.d/90crypt-loopkey/module-setup.sh |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
 create mode 100644 modules.d/90crypt-loopkey/module-setup.sh

diff --git a/modules.d/90crypt-loopkey/module-setup.sh 
b/modules.d/90crypt-loopkey/module-setup.sh
new file mode 100644
index 0000000..4c3b6d4
--- /dev/null
+++ b/modules.d/90crypt-loopkey/module-setup.sh
@@ -0,0 +1,11 @@
+check() {
+       [ -n $hostonly ] && return 0 || return 255
+}
+
+depends() {
+       echo "crypt"
+}
+
+install() {
+       inst losetup
+}
-- 
1.7.3.4

--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to