X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-helpers;h=504a3f4e5348709693d6a3b6e6b34e1fbb269ad0;hb=refs%2Ftags%2Fupstream%2F1.118.1;hp=5e1730bf652ea7a93ee2e594a5dc99ed2a38abc0;hpb=5637cfb6840ebf69e2b53c54fa4c4d64539e3dce;p=live-boot-grml.git 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}"