Codebase list partman-basicfilesystems / 56bda3f
* Set pass field to 0 for FAT filesystems, to prevent filesystem checks that sometimes behave strangely (closes: #305137, Ubuntu #1912). r31155 Colin Watson 18 years ago
2 changed file(s) with 8 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 partman-basicfilesystems (45) UNRELEASED; urgency=low
1
2 * Set pass field to 0 for FAT filesystems, to prevent filesystem checks
3 that sometimes behave strangely (closes: #305137, Ubuntu #1912).
4
5 -- Colin Watson <cjwatson@debian.org> Tue, 4 Oct 2005 17:42:19 +0100
6
07 partman-basicfilesystems (44) unstable; urgency=low
18
29 [ Frans Pop ]
3535 [ -f "$id/mountpoint" ] || continue
3636 mountpoint=$(cat $id/mountpoint)
3737 options=$(get_mountoptions $dev $id)
38 echo "$path" "$mountpoint" vfat $options 0 2
38 echo "$path" "$mountpoint" vfat $options 0 0
3939 ;;
4040 esac
4141 done