~ubuntu-branches/ubuntu/maverick/partman-basicfilesystems/maverick

« back to all changes in this revision

Viewing changes to valid_filesystems/ext2

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-05-07 13:02:37 UTC
  • Revision ID: james.westby@ubuntu.com-20080507130237-xvhlqmsl5k0i3jdr
Tags: 59ubuntu1
* Resynchronise with Debian. Remaining changes:
  - If partman/automount is preseeded to true, automatically mount
    partitions with usefully-mountable filesystems on subdirectories of
    /media.
  - Add minimal support for NTFS partitions using ntfs-3g.
  - Mount FAT and NTFS filesystems at boot (fstab pass 1).
  - Mount FAT and NTFS with umask=007,gid=46 (static group plugdev).
  - When formatting over the top of an existing swap partition, preserve
    its UUID to avoid leaving systems that use UUIDs in /etc/fstab without
    swap.
  - mount.d/basic: Close mount's fd 3 so that it doesn't inherit a debconf
    file descriptor, to prevent log-output hanging when ntfs-3g is in use.
  - Special case loopmounted filesystems as it's safer to format the
    underlying file, not the device.
  - Default to mounting ext2 with relatime.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    existing)
14
14
        [ -f $id/detected_filesystem ] || exit 0
15
15
        fs=$(cat $id/detected_filesystem)
16
 
        
 
16
 
17
17
        case "$fs" in
18
18
            ext2)
19
19
                echo ext2