forked from pool/syslinux
This commit is contained in:
parent
aec393448e
commit
4859b58d89
13
syslinux-3.82-isohybrid.diff
Normal file
13
syslinux-3.82-isohybrid.diff
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/utils/isohybrid.in b/utils/isohybrid.in
|
||||
index a92b572..fd128aa 100644
|
||||
--- a/utils/isohybrid.in
|
||||
+++ b/utils/isohybrid.in
|
||||
@@ -194,7 +194,7 @@ if ($c > 1024) {
|
||||
|
||||
# Preserve id when run again
|
||||
if (defined($opt{'id'})) {
|
||||
- $id = $opt{'id'};
|
||||
+ $id = pack("V", $opt{'id'});
|
||||
} else {
|
||||
seek(FILE, 440, SEEK_SET) or die "$0: $file: $!\n";
|
||||
read(FILE, $id, 4);
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 4 10:49:19 CEST 2009 - snwint@suse.de
|
||||
|
||||
- fix isohybrid -id
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 10 11:59:54 CEST 2009 - snwint@suse.de
|
||||
|
||||
|
@ -30,7 +30,7 @@ Requires: mtools
|
||||
AutoReqProv: on
|
||||
Summary: Boot Loader for Linux
|
||||
Version: 3.82
|
||||
Release: 1
|
||||
Release: 2
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: isolinux-config
|
||||
Source2: README.gfxboot
|
||||
@ -38,6 +38,7 @@ Patch0: %{name}-%{version}-s_herbst.diff
|
||||
Patch1: %{name}-%{version}-gfxboot.diff
|
||||
Patch2: %{name}-%{version}-suse.diff
|
||||
Patch3: %{name}-%{version}-compat.diff
|
||||
Patch4: %{name}-%{version}-isohybrid.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -58,6 +59,7 @@ Authors:
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
|
||||
%build
|
||||
cp %{SOURCE2} .
|
||||
|
Loading…
Reference in New Issue
Block a user