Accepting request 38954 from system:install:head

checked in (request 38954)

OBS-URL: https://build.opensuse.org/request/show/38954
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=24
This commit is contained in:
OBS User autobuild 2010-04-28 20:29:50 +00:00 committed by Git OBS Bridge
parent 6b724cde40
commit c059874482
5 changed files with 2575 additions and 20 deletions

View File

@ -1,4 +1,4 @@
gfxboot is now loaded via a COM32 module. If you used a line like
gfxboot is now loaded via a COM module. If you used a line like
gfxboot bootlogo
@ -6,7 +6,7 @@ before in isolinux.cfg or syslinux.cfg, change this to
ui gfxboot bootlogo
and add /usr/share/syslinux/gfxboot.c32 to your boot directory (the one
and add /usr/share/syslinux/gfxboot.com to your boot directory (the one
where the config file is).
You can also use

View File

@ -30,7 +30,7 @@ index 65d71c9..2302536 100644
ret
;
+; "gfxboot" command; Shorthand for "ui gfxboot.c32"
+; "gfxboot" command; Shorthand for "ui gfxboot.com"
+;
+pc_gfxboot:
+ mov ax,2
@ -51,7 +51,7 @@ index 65d71c9..2302536 100644
section .data
vk_overflow_msg db 'Out of memory parsing config file', CR, LF, 0
SerialNotice db 1 ; Only print this once
+gfxboot_cmd db 'gfxboot.c32 ', 0
+gfxboot_cmd db 'gfxboot.com ', 0
section .bss
alignb 4

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Tue Apr 27 17:33:10 CEST 2010 - snwint@suse.de
- drop obsolete gfxboot.com
-------------------------------------------------------------------
Mon Apr 19 15:41:01 CEST 2010 - snwint@suse.de

View File

@ -60,7 +60,6 @@ Authors:
cp %{SOURCE2} .
export CFLAGS="$RPM_OPT_FLAGS"
chmod +x core/add_crc
rm -f modules/gfxboot.com
make spotless
make