summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2007-12-11 14:20:04 -0500
committerBill Nottingham <notting@redhat.com>2007-12-11 14:20:04 -0500
commit745eabe0f5618edaa1b71381ecde6bd2944c3047 (patch)
treecfe2e5bae9e0c760be25fb0404358defc5285091 /fsset.py
parenteaa6f64b0fb2e2c0d4b36e8e329a32fc63830d72 (diff)
downloadanaconda-745eabe0f5618edaa1b71381ecde6bd2944c3047.tar.gz
anaconda-745eabe0f5618edaa1b71381ecde6bd2944c3047.tar.xz
anaconda-745eabe0f5618edaa1b71381ecde6bd2944c3047.zip
remove call to makeDMNode
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/fsset.py b/fsset.py
index 5cd807bb5..04332806f 100644
--- a/fsset.py
+++ b/fsset.py
@@ -1947,8 +1947,6 @@ MAILADDR root
rootDev = "/dev/%s" % (root.device.getDevice(),)
rootdir = instPath + rootDev[:string.rfind(rootDev, "/")]
- if not os.path.exists(instPath + "/dev/mapper/control"):
- iutil.makeDMNode(root=instPath)
if not os.path.isdir(rootdir):
os.makedirs(rootdir)
dmdev = "/dev/mapper/" + root.device.getDevice().replace("/", "-")