Hello community,

here is the log from the commit of package syslinux for openSUSE:Factory 
checked in at 2013-03-12 06:57:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syslinux (Old)
 and      /work/SRC/openSUSE:Factory/.syslinux.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syslinux", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/syslinux/syslinux.changes        2013-03-01 
21:03:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.syslinux.new/syslinux.changes   2013-03-12 
06:57:53.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Mar  4 14:58:22 CET 2013 - [email protected]
+
+- localboot.diff: -2 boots next disk (bnc #807157)
+
+-------------------------------------------------------------------

New:
----
  syslinux-4.04-localboot.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ syslinux.spec ++++++
--- /var/tmp/diff_new_pack.kZWDhB/_old  2013-03-12 06:57:55.000000000 +0100
+++ /var/tmp/diff_new_pack.kZWDhB/_new  2013-03-12 06:57:55.000000000 +0100
@@ -45,6 +45,7 @@
 Patch8:         %{name}-%{version}-isohybrid_efi.diff
 Patch9:         %{name}-%{version}-isohybrid_efi_optional.diff
 Patch10:        %{name}-%{version}-isohybrid_mbr.diff
+Patch11:        %{name}-%{version}-localboot.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -71,6 +72,7 @@
 %patch8 -p0
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 %build
 cp %{SOURCE2} .

++++++ syslinux-4.04-localboot.diff ++++++
diff --git a/core/localboot.inc b/core/localboot.inc
index 1fe3102..30f34fc 100644
--- a/core/localboot.inc
+++ b/core/localboot.inc
@@ -33,6 +33,15 @@ local_boot:
                cmp ax,-1
                je .int18
 
+               cmp ax,-2
+               jne .load
+
+               mov al,[DriveNumber]
+               cmp al,80h
+               mov al,80h
+               jnz .load
+               inc ax
+.load:
                ; Load boot sector from the specified BIOS device and jump to 
it.
                mov dl,al
                xor dh,dh
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to