summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-12-15 15:57:24 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-12-15 15:57:24 +0000
commit7a905795ef6a73793fc95b6566953e1f908bc78d (patch)
treeb640624a18c377ba22b75218f2ac89cbdaac0c60 /fsset.py
parent74f1a3fff40983bd5707eefbda2923ca311bfdae (diff)
downloadanaconda-7a905795ef6a73793fc95b6566953e1f908bc78d.tar.gz
anaconda-7a905795ef6a73793fc95b6566953e1f908bc78d.tar.xz
anaconda-7a905795ef6a73793fc95b6566953e1f908bc78d.zip
* fsset.py: This file is fsset.py, not fstab.py.
* partedUtils.py (DiskSet): Handle instantiation from LabelFactory where we will be handed no anaconda object reference (#219789).
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/fsset.py b/fsset.py
index d2a3d7e17..29937288d 100644
--- a/fsset.py
+++ b/fsset.py
@@ -1,5 +1,5 @@
#
-# fstab.py: filesystem management
+# fsset.py: filesystem management
#
# Matt Wilson <msw@redhat.com>
#
@@ -112,7 +112,7 @@ class LabelFactory:
if self.labels == None:
self.labels = {}
- diskset = partedUtils.DiskSet()
+ diskset = partedUtils.DiskSet()
diskset.openDevices()
diskset.stopMdRaid()
diskset.startMdRaid()