forked from pool/syslinux
Accepting request 38954 from system:install:head
Copy from system:install:head/syslinux based on submit request 38954 from user snwint OBS-URL: https://build.opensuse.org/request/show/38954 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syslinux?expand=0&rev=26
This commit is contained in:
parent
117e088e95
commit
1b01c019a3
@ -1,4 +1,4 @@
|
||||
gfxboot is now loaded via a COM module. If you used a line like
|
||||
gfxboot is now loaded via a COM32 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.com to your boot directory (the one
|
||||
and add /usr/share/syslinux/gfxboot.c32 to your boot directory (the one
|
||||
where the config file is).
|
||||
|
||||
You can also use
|
||||
|
@ -30,7 +30,7 @@ index 65d71c9..2302536 100644
|
||||
ret
|
||||
|
||||
;
|
||||
+; "gfxboot" command; Shorthand for "ui gfxboot.com"
|
||||
+; "gfxboot" command; Shorthand for "ui gfxboot.c32"
|
||||
+;
|
||||
+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.com ', 0
|
||||
+gfxboot_cmd db 'gfxboot.c32 ', 0
|
||||
|
||||
section .bss
|
||||
alignb 4
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -27,7 +27,7 @@ Requires: mtools
|
||||
AutoReqProv: on
|
||||
Summary: Boot Loader for Linux
|
||||
Version: 3.86
|
||||
Release: 3
|
||||
Release: 4
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: isolinux-config
|
||||
Source2: README.gfxboot
|
||||
@ -60,6 +60,7 @@ Authors:
|
||||
cp %{SOURCE2} .
|
||||
export CFLAGS="$RPM_OPT_FLAGS"
|
||||
chmod +x core/add_crc
|
||||
rm -f modules/gfxboot.com
|
||||
make spotless
|
||||
make
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user