summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2008-02-21 11:36:59 -0300
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:31:06 +0100
commit0da6f5242d43792dbf05f91355ad6625c5485183 (patch)
tree8fd8df116f3dbc630b2bacc9d53e4292ce670d18 /scripts
parent8e3386e6fbfa6c18948096ea3fd09c37e75f8a1f (diff)
downloadlive-boot-0da6f5242d43792dbf05f91355ad6625c5485183.tar.gz
live-boot-0da6f5242d43792dbf05f91355ad6625c5485183.zip
live-helpers: add jffs2 as a valid image
Diffstat (limited to 'scripts')
-rw-r--r--scripts/live-helpers2
1 files changed, 1 insertions, 1 deletions
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}"