- make uefi image optional
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=47
This commit is contained in:
parent
040485488a
commit
e22f5f2c43
15
syslinux-4.04-isohybrid_efi_optional.diff
Normal file
15
syslinux-4.04-isohybrid_efi_optional.diff
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
diff --git a/utils/isohybrid.c b/utils/isohybrid.c
|
||||||
|
index 7638bc0..09f4520 100644
|
||||||
|
--- a/utils/isohybrid.c
|
||||||
|
+++ b/utils/isohybrid.c
|
||||||
|
@@ -1028,7 +1028,9 @@ main(int argc, char *argv[])
|
||||||
|
errx(1, "%s: invalid efi catalogue", argv[0]);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
- errx(1, "%s: unable to find efi image", argv[0]);
|
||||||
|
+ fprintf(stderr, "%s: warning: unable to find efi image\n", argv[0]);
|
||||||
|
+ mode &= ~EFI;
|
||||||
|
+ part_efi = 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 18 10:14:42 CET 2013 - snwint@suse.de
|
||||||
|
|
||||||
|
- make uefi image optional
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 5 08:17:03 CET 2013 - snwint@suse.de
|
Tue Feb 5 08:17:03 CET 2013 - snwint@suse.de
|
||||||
|
|
||||||
|
@ -43,6 +43,7 @@ Patch5: %{name}-%{version}-md5pass.diff
|
|||||||
Patch6: %{name}-%{version}-libext2fs.diff
|
Patch6: %{name}-%{version}-libext2fs.diff
|
||||||
Patch7: %{name}-%{version}-gcc47.diff
|
Patch7: %{name}-%{version}-gcc47.diff
|
||||||
Patch8: %{name}-%{version}-isohybrid_efi.diff
|
Patch8: %{name}-%{version}-isohybrid_efi.diff
|
||||||
|
Patch9: %{name}-%{version}-isohybrid_efi_optional.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -67,6 +68,7 @@ Authors:
|
|||||||
%patch6 -p0
|
%patch6 -p0
|
||||||
%patch7 -p0
|
%patch7 -p0
|
||||||
%patch8 -p0
|
%patch8 -p0
|
||||||
|
%patch9 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cp %{SOURCE2} .
|
cp %{SOURCE2} .
|
||||||
|
Loading…
Reference in New Issue
Block a user