Accepting request 155697 from system:install:head
- make uefi image optional OBS-URL: https://build.opensuse.org/request/show/155697 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syslinux?expand=0&rev=46
This commit is contained in:
commit
cacd0ec751
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
|
||||
|
||||
|
@ -43,6 +43,7 @@ Patch5: %{name}-%{version}-md5pass.diff
|
||||
Patch6: %{name}-%{version}-libext2fs.diff
|
||||
Patch7: %{name}-%{version}-gcc47.diff
|
||||
Patch8: %{name}-%{version}-isohybrid_efi.diff
|
||||
Patch9: %{name}-%{version}-isohybrid_efi_optional.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -67,6 +68,7 @@ Authors:
|
||||
%patch6 -p0
|
||||
%patch7 -p0
|
||||
%patch8 -p0
|
||||
%patch9 -p1
|
||||
|
||||
%build
|
||||
cp %{SOURCE2} .
|
||||
|
Loading…
Reference in New Issue
Block a user