This commit is contained in:
parent
a7e02e7576
commit
220965f62b
@ -2361,12 +2361,12 @@
|
|||||||
gfx_user_info_0 dd 0 ; 12: data for info box
|
gfx_user_info_0 dd 0 ; 12: data for info box
|
||||||
gfx_user_info_1 dd 0 ; 16: data for info box
|
gfx_user_info_1 dd 0 ; 16: data for info box
|
||||||
gfx_bios_mem_size dd 0 ; 20: BIOS memory size (in bytes)
|
gfx_bios_mem_size dd 0 ; 20: BIOS memory size (in bytes)
|
||||||
@@ -368,6 +368,8 @@
|
@@ -366,6 +366,8 @@
|
||||||
|
;
|
||||||
|
gfx_get_sysconfig:
|
||||||
push ax
|
push ax
|
||||||
mov al,[DriveNumber]
|
|
||||||
mov [gfx_boot_drive],al
|
|
||||||
+ mov ax,[SerialPort]
|
+ mov ax,[SerialPort]
|
||||||
+ mov [gfx_serial_port],ax
|
+ mov [gfx_serial_port],ax
|
||||||
|
mov al,[DriveNumber]
|
||||||
|
mov [gfx_boot_drive],al
|
||||||
|
|
||||||
%if IS_ISOLINUX
|
|
||||||
mov ah,2
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 16 14:33:43 CEST 2008 - snwint@suse.de
|
||||||
|
|
||||||
|
- minor serial line patch fix (bnc #436034)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 10 18:50:30 CEST 2008 - snwint@suse.de
|
Wed Sep 10 18:50:30 CEST 2008 - snwint@suse.de
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ Requires: mtools
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Boot Loader for Linux
|
Summary: Boot Loader for Linux
|
||||||
Version: 3.63
|
Version: 3.63
|
||||||
Release: 41
|
Release: 42
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: isolinux-config
|
Source1: isolinux-config
|
||||||
Patch: %{name}-%{version}.diff
|
Patch: %{name}-%{version}.diff
|
||||||
@ -75,6 +75,8 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/syslinux/com32
|
|||||||
%{_datadir}/syslinux
|
%{_datadir}/syslinux
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 16 2008 snwint@suse.de
|
||||||
|
- minor serial line patch fix (bnc #436034)
|
||||||
* Wed Sep 10 2008 snwint@suse.de
|
* Wed Sep 10 2008 snwint@suse.de
|
||||||
- reworked serial line patch (removed SERIALLINES)
|
- reworked serial line patch (removed SERIALLINES)
|
||||||
* Thu Sep 04 2008 snwint@suse.de
|
* Thu Sep 04 2008 snwint@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user