summaryrefslogtreecommitdiffstats
path: root/textw/bootdisk_text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-06 15:53:23 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-06 15:53:23 +0000
commite6544a4cf2e02415870e6aa0f60537e4895d8bb3 (patch)
tree02327c3eef070c1c58e04b7a7c8afab7a90a96e6 /textw/bootdisk_text.py
parent8b6cbbd31b5c9eac5d16da6b2ee6eb4bae7a81b3 (diff)
downloadanaconda-e6544a4cf2e02415870e6aa0f60537e4895d8bb3.tar.gz
anaconda-e6544a4cf2e02415870e6aa0f60537e4895d8bb3.tar.xz
anaconda-e6544a4cf2e02415870e6aa0f60537e4895d8bb3.zip
fix bugs pychecker found...
Diffstat (limited to 'textw/bootdisk_text.py')
-rw-r--r--textw/bootdisk_text.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/textw/bootdisk_text.py b/textw/bootdisk_text.py
index f4639c709..13abb2e9e 100644
--- a/textw/bootdisk_text.py
+++ b/textw/bootdisk_text.py
@@ -25,7 +25,8 @@ class BootDiskWindow:
"Would you like to create a boot disk for your system?")
if iutil.getArch () == "sparc":
- floppy = todo.silo.hasUsableFloppy()
+ # XXX this went the way of the dodo...
+# floppy = todo.silo.hasUsableFloppy()
if floppy == 0:
todo.bootdisk = 0
return INSTALL_NOOP