This is for rawhide and has been proposed as NTH for F15Beta.
--- pyanaconda/storage/formats/fs.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pyanaconda/storage/formats/fs.py b/pyanaconda/storage/formats/fs.py index 6f136fc..cae5b1b 100644 --- a/pyanaconda/storage/formats/fs.py +++ b/pyanaconda/storage/formats/fs.py @@ -1513,7 +1513,7 @@ class SELinuxFS(NoDevFS):
@property def mountable(self): - return flags.selinux and super(FS, self).mountable + return flags.selinux and super(SELinuxFS, self).mountable
register_device_format(SELinuxFS)
On Mon, Feb 28, 2011 at 03:17:58PM -0600, David Lehman wrote:
pyanaconda/storage/formats/fs.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pyanaconda/storage/formats/fs.py b/pyanaconda/storage/formats/fs.py index 6f136fc..cae5b1b 100644 --- a/pyanaconda/storage/formats/fs.py +++ b/pyanaconda/storage/formats/fs.py @@ -1513,7 +1513,7 @@ class SELinuxFS(NoDevFS):
@property def mountable(self):
return flags.selinux and super(FS, self).mountable
return flags.selinux and super(SELinuxFS, self).mountable
register_device_format(SELinuxFS)
Ack
anaconda-devel@lists.fedoraproject.org