summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-14 17:07:59 +0000
committerMatt Wilson <msw@redhat.com>2000-02-14 17:07:59 +0000
commitb6ce969cd8a9f088a72c067be5b1792c71702ea7 (patch)
tree5cdf66892af21b82a492340c298bef0feeae5258 /todo.py
parentb163af6180d799fb5517a91bfdb1f60cac03e142 (diff)
downloadanaconda-b6ce969cd8a9f088a72c067be5b1792c71702ea7.tar.gz
anaconda-b6ce969cd8a9f088a72c067be5b1792c71702ea7.tar.xz
anaconda-b6ce969cd8a9f088a72c067be5b1792c71702ea7.zip
init fddevice before making a bootdisk
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.py b/todo.py
index a4957e2a1..cef3ea04b 100644
--- a/todo.py
+++ b/todo.py
@@ -395,6 +395,7 @@ class ToDo:
def makeBootdisk (self):
# this is faster then waiting on mkbootdisk to fail
+ self.setFdDevice()
device = self.fdDevice[5:]
file = "/tmp/floppy"
isys.makeDevInode(device, file)