[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [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: Re: [PATCH] dump doesn't work w/ ext4
- Date: Wed, 01 Apr 2009 14:01:51 -0500
Eric Sandeen wrote:
> 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
Actually hold on, we're setting tons of filesystems as dumpable,
let me check on all those...
-Eric
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]