diff options
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_binary_encryption | 5 |
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 |