[SCM] debian-live/live-initramfs branch, master, updated. 1.110.7-1-13-g297a07e

Otavio Salvador otavio at ossystems.com.br
Thu Feb 21 19:07:43 UTC 2008


The following commit has been merged in the master branch:
commit 750689d487e12c3472c209b93d4113aafe3cf885
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Thu Feb 21 11:36:59 2008 -0300

    live-helpers: add jffs2 as a valid image

diff --git a/scripts/live-helpers b/scripts/live-helpers
index 5e1730b..504a3f4 100644
--- a/scripts/live-helpers
+++ b/scripts/live-helpers
@@ -268,7 +268,7 @@ find_files ()
 			devname=$(sys2dev "${dev}")
 			devfstype="$(get_fstype ${devname})"
 
-			if [ "${devfstype}" = "vfat" ] ||  [ "${devfstype}" = "ext2" ] || [ "${devfstype}" = "ext3" ]
+			if [ "${devfstype}" = "vfat" ] ||  [ "${devfstype}" = "ext2" ] || [ "${devfstype}" = "ext3" ] || [ "${devfstype}" = "jffs2" ]
 			then
 				# FIXME: all supported block devices should be scanned
 				mkdir -p "${snap_backing}"

-- 
debian-live/live-initramfs



More information about the debian-live-changes mailing list