summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2008-02-20 21:09:36 -0300
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:36:04 +0100
commit5d3c850ccbe4c0b83cd267c1d4d5847c2d13706a (patch)
tree0705547e9dc8cb764d8a2a0ec233544680939d4b /helpers
parentf3f391ddc0cce531e5aa1c9e1395de5c39f2d877 (diff)
downloadlive-build-5d3c850ccbe4c0b83cd267c1d4d5847c2d13706a.zip
live-build-5d3c850ccbe4c0b83cd267c1d4d5847c2d13706a.tar.gz
lh_binary_encryption: add jffs2 as not supported filesystem
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_binary_encryption5
1 files changed, 5 insertions, 0 deletions
diff --git a/helpers/lh_binary_encryption b/helpers/lh_binary_encryption
index 4d9a0e7..6591749 100755
--- a/helpers/lh_binary_encryption
+++ b/helpers/lh_binary_encryption
@@ -68,6 +68,11 @@ case "${LH_CHROOT_FILESYSTEM}" in
ROOTFS="ext2"
;;
+ jffs2)
+ Echo_warning "encryption not yet supported on jffs2 filesystem."
+ exit 0
+ ;;
+
plain)
Echo_warning "encryption not supported on plain filesystem."
exit 0