[SCM] debian-live/live-helper branch, master, updated. 1.0_a37-2-54-g20ffe17

Otavio Salvador otavio at ossystems.com.br
Thu Feb 21 17:43:26 UTC 2008


The following commit has been merged in the master branch:
commit 774aebab8447278be64bb4ffb9d2509e3e698581
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Wed Feb 20 21:09:36 2008 -0300

    lh_binary_encryption: add jffs2 as not supported filesystem

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

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list