diff options
author | Bill Nottingham <notting@redhat.com> | 2007-12-11 14:20:04 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2007-12-11 14:20:04 -0500 |
commit | 745eabe0f5618edaa1b71381ecde6bd2944c3047 (patch) | |
tree | cfe2e5bae9e0c760be25fb0404358defc5285091 | |
parent | eaa6f64b0fb2e2c0d4b36e8e329a32fc63830d72 (diff) | |
download | anaconda-745eabe0f5618edaa1b71381ecde6bd2944c3047.tar.gz anaconda-745eabe0f5618edaa1b71381ecde6bd2944c3047.tar.xz anaconda-745eabe0f5618edaa1b71381ecde6bd2944c3047.zip |
remove call to makeDMNode
-rw-r--r-- | fsset.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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("/", "-") |