gfxboot: turn off graphics before starting kernel
authorSteffen Winterfeldt <wfeldt@opensuse.org>
Tue, 13 Apr 2010 15:42:44 +0000 (17:42 +0200)
committerSebastian Herbszt <herbszt@gmx.de>
Sat, 24 Apr 2010 19:58:21 +0000 (21:58 +0200)
Signed-off-by: Steffen Winterfeldt <wfeldt@opensuse.org>
Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
com32/gfxboot/gfxboot.c

index daf0056..96aadd8 100644 (file)
@@ -848,6 +848,8 @@ void boot_entry(menu_t *menu_ptr, char *arg)
 
   __farcall(gfx.code_seg, gfx.jmp_table[GFX_CB_PROGRESS_DONE], &r, &r);
 
+  gfx_done();
+
   syslinux_boot_linux(kernel, kernel_size, initrd, arg);
 }