Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

[PATCH] autopartkit: remove mkfs.ext3 default option

From: maximilian attems <max(at)stro.at>
Date: Fri Nov 23 2007 - 06:18:22 EST


 mkfs.ext3 /dev/dualvg0/foo > /dev/null
 mke2fs 1.40.2 (12-Jul-2007)
 tune2fs -l /dev/dualvg0/foo | grep features  Filesystem features: has_journal resize_inode dir_index filetype sparse_super

Signed-off-by: maximilian attems <maks@debian.org>

---
 packages/autopartkit/autopartkit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/autopartkit/autopartkit.c b/packages/autopartkit/autopartkit.c
index 8882520..605ec2c 100644
--- a/packages/autopartkit/autopartkit.c
+++ b/packages/autopartkit/autopartkit.c
@@ -858,7 +858,7 @@ makefs(const char *devpath, const char *fstype)
     else if (0 == strcmp("ext2", fstype))
         mkfs = "/sbin/mkfs.ext2";
     else if (0 == strcmp("ext3", fstype))
-        mkfs = "/sbin/mkfs.ext3 -O resize_inode";
+        mkfs = "/sbin/mkfs.ext3";
     else if (0 == strcmp("jfs", fstype))
         mkfs = "/sbin/mkfs.jfs";
     else if (0 == strcmp("xfs", fstype))

--
1.5.3.6
--
To UNSUBSCRIBE, email to debian-boot-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Received on Fri Nov 23 06:34:16 2007

This archive was generated by hypermail 2.1.8 : Wed Mar 19 2008 - 03:30:15 EDT


Contact Us  Legal Notices  Order Services Online 
Pantek Home  Privacy Policy  IT news  Site Map  Pantek Library