summaryrefslogtreecommitdiffstats
path: root/iw/bootdisk.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-14 22:46:02 +0000
committerMatt Wilson <msw@redhat.com>1999-09-14 22:46:02 +0000
commit02626424a982cd16518d53875366a49059dbe74e (patch)
tree4b1f83b6ec565edefaddc324d8ac42669e6330d8 /iw/bootdisk.py
parentbd17bf0eb3535fb4d1d1e8770a5a89fbb9693bc3 (diff)
downloadanaconda-02626424a982cd16518d53875366a49059dbe74e.tar.gz
anaconda-02626424a982cd16518d53875366a49059dbe74e.tar.xz
anaconda-02626424a982cd16518d53875366a49059dbe74e.zip
swapon as we find swap parts in our search
Diffstat (limited to 'iw/bootdisk.py')
-rw-r--r--iw/bootdisk.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/bootdisk.py b/iw/bootdisk.py
index c33fb2a26..b32b75da6 100644
--- a/iw/bootdisk.py
+++ b/iw/bootdisk.py
@@ -10,6 +10,7 @@ class BootdiskWindow (InstallWindow):
ics.setTitle (_("Bootdisk Creation"))
ics.setPrevEnabled (0)
ics.setNextEnabled (1)
+ ics.readHTML ("bootdisk")
BootdiskWindow.initial = 1
self.bootdisk = None