summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-24 06:22:57 +0000
committerMatt Wilson <msw@redhat.com>1999-09-24 06:22:57 +0000
commit6da041f4a9e7b617139976f37198d726519829d4 (patch)
tree9a3eac6873a4183abf74f5f2ce1b9436aa2b48ee /iw
parent9412321697bc59106d1a31338b6c00aa86cbc893 (diff)
downloadanaconda-6da041f4a9e7b617139976f37198d726519829d4.tar.gz
anaconda-6da041f4a9e7b617139976f37198d726519829d4.tar.xz
anaconda-6da041f4a9e7b617139976f37198d726519829d4.zip
added floppy
Diffstat (limited to 'iw')
-rw-r--r--iw/bootdisk.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/iw/bootdisk.py b/iw/bootdisk.py
index b32b75da6..fbff809d1 100644
--- a/iw/bootdisk.py
+++ b/iw/bootdisk.py
@@ -36,6 +36,15 @@ class BootdiskWindow (InstallWindow):
if not self.todo.bootdisk: return None
box = GtkVBox (FALSE, 5)
+ im = self.ics.readPixmap ("gnome-floppy.png")
+ if im:
+ im.render ()
+ pix = im.make_pixmap ()
+ a = GtkAlignment ()
+ a.add (pix)
+ a.set (0.0, 0.0, 0.0, 0.0)
+ box.pack_start (a, FALSE)
+
label = None
if BootdiskWindow.initial:
label = GtkLabel (_("Insert a blank floppy in the first floppy drive. "