[seabios] fix boot from passthrough USB pen drives (spec)

bonzini bonzini at fedoraproject.org
Wed Mar 28 07:10:09 UTC 2012


commit b6db59333413487ba805bfedb32060501dbd43c3
Author: Paolo Bonzini <pbonzini at redhat.com>
Date:   Wed Mar 28 09:01:54 2012 +0200

    fix boot from passthrough USB pen drives (spec)

 seabios.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/seabios.spec b/seabios.spec
index ad756cb..ceba6b8 100644
--- a/seabios.spec
+++ b/seabios.spec
@@ -11,6 +11,7 @@ Source0:        http://www.linuxtogo.org/~kevin/SeaBIOS/%{name}-%{version}.tar.g
 Patch00: seabios-usb_fix_boot_paths.patch
 Patch01: seabios-do-not-advertise-S4-S3-in-DSDT.patch
 Patch02: seabios-virtio-scsi.patch
+Patch03: seabios-usb-boot.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -45,6 +46,7 @@ that a typical x86 proprietary BIOS implements.
 %patch00 -p1
 %patch01 -p1
 %patch02 -p1
+%patch03 -p1
 
 # Makefile changes version to include date and buildhost
 sed -i 's,VERSION=%{version}.*,VERSION=%{version},g' Makefile


More information about the scm-commits mailing list