=== modified file 'casper/scripts/lupin-helpers' --- casper/scripts/lupin-helpers 2009-09-23 11:17:06 +0000 +++ casper/scripts/lupin-helpers 2009-10-18 02:54:44 +0000 @@ -3,7 +3,7 @@ is_supported_fs(){ [ -z "${1}" ] && return 1 case ${1} in - ext2|ext3|xfs|jfs|reiserfs|vfat|ntfs|iso9660) + ext2|ext3|ext4|xfs|jfs|reiserfs|vfat|ntfs|iso9660) return 0 ;; esac