diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2008-02-20 21:09:36 -0300 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:36:04 +0100 |
commit | 5d3c850ccbe4c0b83cd267c1d4d5847c2d13706a (patch) | |
tree | 0705547e9dc8cb764d8a2a0ec233544680939d4b /helpers/lh_binary_encryption | |
parent | f3f391ddc0cce531e5aa1c9e1395de5c39f2d877 (diff) | |
download | vyos-live-build-5d3c850ccbe4c0b83cd267c1d4d5847c2d13706a.tar.gz vyos-live-build-5d3c850ccbe4c0b83cd267c1d4d5847c2d13706a.zip |
lh_binary_encryption: add jffs2 as not supported filesystem
Diffstat (limited to 'helpers/lh_binary_encryption')
-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 4d9a0e7f2..659174914 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 |