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
|
gfxboot bootlogo
|
||||||
|
|
||||||
@ -6,7 +6,7 @@ before in isolinux.cfg or syslinux.cfg, change this to
|
|||||||
|
|
||||||
ui gfxboot bootlogo
|
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).
|
where the config file is).
|
||||||
|
|
||||||
You can also use
|
You can also use
|
||||||
|
@ -30,7 +30,7 @@ index 65d71c9..2302536 100644
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
;
|
;
|
||||||
+; "gfxboot" command; Shorthand for "ui gfxboot.com"
|
+; "gfxboot" command; Shorthand for "ui gfxboot.c32"
|
||||||
+;
|
+;
|
||||||
+pc_gfxboot:
|
+pc_gfxboot:
|
||||||
+ mov ax,2
|
+ mov ax,2
|
||||||
@ -51,7 +51,7 @@ index 65d71c9..2302536 100644
|
|||||||
section .data
|
section .data
|
||||||
vk_overflow_msg db 'Out of memory parsing config file', CR, LF, 0
|
vk_overflow_msg db 'Out of memory parsing config file', CR, LF, 0
|
||||||
SerialNotice db 1 ; Only print this once
|
SerialNotice db 1 ; Only print this once
|
||||||
+gfxboot_cmd db 'gfxboot.com ', 0
|
+gfxboot_cmd db 'gfxboot.c32 ', 0
|
||||||
|
|
||||||
section .bss
|
section .bss
|
||||||
alignb 4
|
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
|
Mon Apr 19 15:41:01 CEST 2010 - snwint@suse.de
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ Requires: mtools
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Boot Loader for Linux
|
Summary: Boot Loader for Linux
|
||||||
Version: 3.86
|
Version: 3.86
|
||||||
Release: 3
|
Release: 4
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: isolinux-config
|
Source1: isolinux-config
|
||||||
Source2: README.gfxboot
|
Source2: README.gfxboot
|
||||||
@ -60,6 +60,7 @@ Authors:
|
|||||||
cp %{SOURCE2} .
|
cp %{SOURCE2} .
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
export CFLAGS="$RPM_OPT_FLAGS"
|
||||||
chmod +x core/add_crc
|
chmod +x core/add_crc
|
||||||
|
rm -f modules/gfxboot.com
|
||||||
make spotless
|
make spotless
|
||||||
make
|
make
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user