Skip to content

Commit

Permalink
live-helpers: add jffs2 as a valid image
Browse files Browse the repository at this point in the history
  • Loading branch information
otavio committed Feb 21, 2008
1 parent da80650 commit 14c650c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/live-helpers
Expand Up @@ -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}"
Expand Down

0 comments on commit 14c650c

Please sign in to comment.