lh_binary_encryption: add jffs2 as not supported filesystem

This commit is contained in:
Otavio Salvador 2008-02-20 21:09:36 -03:00 committed by Daniel Baumann
parent f3f391ddc0
commit 5d3c850ccb
1 changed files with 5 additions and 0 deletions

View File

@ -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