~ubuntu-core-dev/iso-scan/ubuntu

« back to all changes in this revision

Viewing changes to debian/iso-scan.postinst

  • Committer: Colin Watson
  • Date: 2013-10-23 10:51:38 UTC
  • mfrom: (490.2.781)
  • Revision ID: cjwatson@canonical.com-20131023105138-a0i4hciq397z9dhq
merge from Debian 1.50

Show diffs side-by-side

added added

removed removed

Lines of Context:
265
265
                hw-detect iso-scan/detect_progress_title || true
266
266
 
267
267
                # Load up every filesystem known to man. The drive could have anything.
268
 
                FS="ext2 ext3 ext4 reiserfs fat vfat xfs jfs iso9660 hfsplus hfs ntfs btrfs"
 
268
                FS="ext2 ext3 ext4 fat vfat xfs jfs iso9660 hfsplus hfs ntfs btrfs"
269
269
                for fs in $FS; do
270
270
                        modprobe $fs >/dev/null 2>&1 || true
271
271
                done
408
408
                if [ "$RET" = false ]; then
409
409
                        exit 1
410
410
                fi
411
 
                STATE=10
 
411
                STATE=29
412
412
                continue
413
413
                ;;
414
414