summaryrefslogtreecommitdiffstats
path: root/textw/bootdisk_text.py
diff options
context:
space:
mode:
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