diff --git a/syslinux-3.63.diff b/syslinux-3.63.diff index 25c8b5c..b08956e 100644 --- a/syslinux-3.63.diff +++ b/syslinux-3.63.diff @@ -2361,12 +2361,12 @@ gfx_user_info_0 dd 0 ; 12: 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) -@@ -368,6 +368,8 @@ +@@ -366,6 +366,8 @@ + ; + gfx_get_sysconfig: push ax - mov al,[DriveNumber] - mov [gfx_boot_drive],al + mov ax,[SerialPort] + mov [gfx_serial_port],ax + mov al,[DriveNumber] + mov [gfx_boot_drive],al - %if IS_ISOLINUX - mov ah,2 diff --git a/syslinux.changes b/syslinux.changes index 253c830..3bb976f 100644 --- a/syslinux.changes +++ b/syslinux.changes @@ -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 diff --git a/syslinux.spec b/syslinux.spec index 0748616..864bb2d 100644 --- a/syslinux.spec +++ b/syslinux.spec @@ -29,7 +29,7 @@ Requires: mtools AutoReqProv: on Summary: Boot Loader for Linux Version: 3.63 -Release: 41 +Release: 42 Source: %{name}-%{version}.tar.bz2 Source1: isolinux-config Patch: %{name}-%{version}.diff @@ -75,6 +75,8 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/syslinux/com32 %{_datadir}/syslinux %changelog +* Thu Oct 16 2008 snwint@suse.de +- minor serial line patch fix (bnc #436034) * Wed Sep 10 2008 snwint@suse.de - reworked serial line patch (removed SERIALLINES) * Thu Sep 04 2008 snwint@suse.de