From 02626424a982cd16518d53875366a49059dbe74e Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Tue, 14 Sep 1999 22:46:02 +0000 Subject: swapon as we find swap parts in our search --- iw/bootdisk.py | 1 + 1 file changed, 1 insertion(+) (limited to 'iw/bootdisk.py') 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 -- cgit