From 14c650c9f014b63f688643f948a498b147421739 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 21 Feb 2008 11:36:59 -0300 Subject: [PATCH] live-helpers: add jffs2 as a valid image --- scripts/live-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.1.4