From: Otavio Salvador Date: Thu, 21 Feb 2008 14:36:59 +0000 (-0300) Subject: live-helpers: add jffs2 as a valid image X-Git-Tag: debian/1.118.1-1~8 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=14c650c9f014b63f688643f948a498b147421739;p=live-boot-grml.git 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}"