Package: e2fsprogs-udeb
Version: TODO
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: origin-ubuntu ubuntu-patch lucid
Dustin Kirkland asked me if d-i's rescue mode could have fsck.ext4 made
available to it. This seems obviously useful, and it's just a matter of
adding an extra symlink to e2fsprogs-udeb. Could you apply this patch?
--- e2fsprogs-1.41.10.orig/debian/rules
+++ e2fsprogs-1.41.10/debian/rules
@@ -351,7 +351,8 @@
-a ! -name resize2fs -a ! -name badblocks -print | xargs rm
(cd ${udebdir}/sbin; ln -s e2fsck fsck.ext2 ; \
- ln -s e2fsck fsck.ext3 ; ln -s mke2fs mkfs.ext2 ; \
+ ln -s e2fsck fsck.ext3 ; ln -s e2fsck fsck.ext4 ; \
+ ln -s mke2fs mkfs.ext2 ; \
ln -s mke2fs mkfs.ext3 ; ln -s mke2fs mkfs.ext4)
ifneq ($(UTIL_LINUX_NG),yes)
Thanks,
--
Colin Watson [[email protected]]
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]