~vorlon/ubuntu/natty/e2fsprogs/multiarch

« back to all changes in this revision

Viewing changes to misc/mke2fs.conf

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-08-25 18:34:46 UTC
  • mfrom: (8.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090825183446-p2iuz63g8g4ytlf4
Tags: 1.41.9-1ubuntu1
* Merge from Debian, remaining changes:
  - Do not build-depend on dietlibc-dev, which is universe.
  - Do now allow pkg-create-dbgsym to operate on this package.
  - Use external libblkid and libuuid from util-linux, rather than
    building our own.
  - Do not include /etc/e2fsck.conf and remove on upgrade.

* Included a couple of extra revisions from GIT maint:
  - (ffd8078) e2freefrag: Update manpage to include e2fsprogs version
    and release date
  - (31b5a2b) mke2fs.conf: Use the feature name "extent" instead of
    "extents"
  - (8bafedb) tune2fs: Fix "tune2fs -j <dev>" for extent-enabled
     filesystems.  LP: #416648.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
                features = has_journal
10
10
        }
11
11
        ext4 = {
12
 
                features = has_journal,extents,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
 
12
                features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
13
13
                inode_size = 256
14
14
        }
15
15
        ext4dev = {
16
 
                features = has_journal,extents,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
 
16
                features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize
17
17
                inode_size = 256
18
18
                options = test_fs=1
19
19
        }