[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] dump doesn't work w/ ext4
- From: Eric Sandeen <sandeen redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: [PATCH] dump doesn't work w/ ext4
- Date: Wed, 01 Apr 2009 13:47:26 -0500
Signed-off-by: Eric Sandeen <sandeen redhat com>
Index: devel/anaconda-11.5.0.38/storage/formats/fs.py
===================================================================
--- devel.orig/anaconda-11.5.0.38/storage/formats/fs.py
+++ devel/anaconda-11.5.0.38/storage/formats/fs.py
@@ -776,6 +776,7 @@ class Ext4FS(Ext3FS):
""" ext4 filesystem. """
_type = "ext4"
_bootable = False
+ _dump = False
_defaultFormatOptions = ["-t", "ext4"]
_migratable = False
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]