2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 09:01:46 +00:00

-Update gpxe-kvm with tweak to work in kvm-85

This commit is contained in:
jbjohnso 2009-04-24 13:00:08 +00:00
parent fa1aed0053
commit 87d55dac06
2 changed files with 6 additions and 4 deletions

View File

@ -1,9 +1,11 @@
diff -urN gpxe-0.9.7/src/arch/i386/prefix/romprefix.S gpxe-0.9.7-kvmworkaround/src/arch/i386/prefix/romprefix.S
diff -urN gpxe-0.9.7/src/arch/i386/prefix/romprefix.S gpxe-0.9.7-kvm/src/arch/i386/prefix/romprefix.S
--- gpxe-0.9.7/src/arch/i386/prefix/romprefix.S 2009-03-01 21:23:42.000000000 -0500
+++ gpxe-0.9.7-kvmworkaround/src/arch/i386/prefix/romprefix.S 2009-03-13 13:27:43.000000000 -0400
@@ -716,6 +716,7 @@
+++ gpxe-0.9.7-kvm/src/arch/i386/prefix/romprefix.S 2009-04-24 04:54:03.000000000 -0400
@@ -715,7 +715,9 @@
movl %fs:(0x6c), %eax
1: pushf
sti
+ nop
hlt
+ nop
popf

View File

@ -1,6 +1,6 @@
Name: gpxe-kvm
Version: 0.9.7
Release: 1
Release: 2
Summary: gPXE loader for virtual guests
Group: System Environment/Kernel