Package: e2fsprogs-udeb Version: 1.41.3-1 Severity: wishlist Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu ubuntu-patch jaunty
In order to support ext4 in d-i (which I'm working on now), we need the /sbin/mkfs.ext4 symlink. The obvious trivial patch to add this is attached. Thanks, -- Colin Watson [cjwat...@ubuntu.com]
diff -u e2fsprogs-1.41.3/debian/rules e2fsprogs-1.41.3/debian/rules --- e2fsprogs-1.41.3/debian/rules +++ e2fsprogs-1.41.3/debian/rules @@ -325,7 +325,7 @@ (cd ${udebdir}/sbin; ln -s e2fsck fsck.ext2 ; \ ln -s e2fsck fsck.ext3 ; ln -s mke2fs mkfs.ext2 ; \ - ln -s mke2fs mkfs.ext3) + ln -s mke2fs mkfs.ext3 ; ln -s mke2fs mkfs.ext4) mkdir -p ${blkidudebdir}/lib mv ${udebdir}/lib/libblkid.* ${blkidudebdir}/lib