diff options
author | Matt Wilson <msw@redhat.com> | 2000-02-14 17:07:59 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-02-14 17:07:59 +0000 |
commit | b6ce969cd8a9f088a72c067be5b1792c71702ea7 (patch) | |
tree | 5cdf66892af21b82a492340c298bef0feeae5258 /todo.py | |
parent | b163af6180d799fb5517a91bfdb1f60cac03e142 (diff) | |
download | anaconda-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |