summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-06-23 22:26:27 +0000
committerMatt Wilson <msw@redhat.com>1999-06-23 22:26:27 +0000
commite7c4d8ebb7c8a849078bf045d76ea0a9403cb064 (patch)
tree713210690066dc301d5205cf095aa48002bbe820 /text.py
parent473362a55072a6e8c63a6974736a77f95f3b6a44 (diff)
downloadanaconda-e7c4d8ebb7c8a849078bf045d76ea0a9403cb064.tar.gz
anaconda-e7c4d8ebb7c8a849078bf045d76ea0a9403cb064.tar.xz
anaconda-e7c4d8ebb7c8a849078bf045d76ea0a9403cb064.zip
fixed the makedevinode call to makeDevInode
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index 58e112ca7..a4bfef6b5 100644
--- a/text.py
+++ b/text.py
@@ -49,7 +49,7 @@ class PartitionWindow:
device = 'hda';
- isys.mkdevinode(device, '/tmp/' + device)
+ isys.makeDevInode(device, '/tmp/' + device)
table = _balkan.readTable('/tmp/' + device)
partList = []