diff options
author | Matt Wilson <msw@redhat.com> | 1999-10-20 17:30:31 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-10-20 17:30:31 +0000 |
commit | 984aa82ed809db177d1140ff89d2e2597aef5b51 (patch) | |
tree | 465aebb9655b93780303500c041e1dbe1e7fdfbe /text.py | |
parent | 56ce72c21774c3c0134fb661cbae02f25839b918 (diff) | |
download | anaconda-984aa82ed809db177d1140ff89d2e2597aef5b51.tar.gz anaconda-984aa82ed809db177d1140ff89d2e2597aef5b51.tar.xz anaconda-984aa82ed809db177d1140ff89d2e2597aef5b51.zip |
change todo.silo to if iutil.getArch () == "sparc"
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -454,7 +454,7 @@ class BootDiskWindow: "failures.\n\n" "Would you like to create a boot disk for your system?") - if todo.silo: + if iutil.getArch () == "sparc": floppy = todo.silo.hasUsableFloppy() if floppy == 0: todo.bootdisk = 0 |