summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorPaul Nasrat <pnasrat@redhat.com>2005-10-20 21:43:51 +0000
committerPaul Nasrat <pnasrat@redhat.com>2005-10-20 21:43:51 +0000
commit22814387ea4cd064dbdb59817b62b90b796c8944 (patch)
treef223727b5e8236ed3721f3c0159947e482e23703 /fsset.py
parent2ab5a5a579185eb85cf1ed8ef755a7226feec5cf (diff)
downloadanaconda-22814387ea4cd064dbdb59817b62b90b796c8944.tar.gz
anaconda-22814387ea4cd064dbdb59817b62b90b796c8944.tar.xz
anaconda-22814387ea4cd064dbdb59817b62b90b796c8944.zip
Treat PReP partitions as native
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/fsset.py b/fsset.py
index d0c220bbb..726ed5753 100644
--- a/fsset.py
+++ b/fsset.py
@@ -889,9 +889,11 @@ class prepbootFileSystem(FileSystemType):
# supported for use on the pseries
if (iutil.getPPCMachine() == "pSeries" or
iutil.getPPCMachine() == "iSeries"):
+ self.linuxnativefs = 1
self.supported = 1
self.formattable = 1
else:
+ self.linuxnativefs = 0
self.supported = 0
self.formattable = 0