2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-23 01:51:54 +00:00

-Fix undi issues on certain boot roms

Former-commit-id: 7f2481b6edcc4645da28d4744da21868b91ac738
This commit is contained in:
jbjohnso 2010-01-26 17:12:00 +00:00
parent 8217a38f23
commit caec87e666
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,12 @@
diff -urN gpxe-0.9.7/src/arch/i386/drivers/net/undinet.c gpxe-0.9.7-undinet/src/arch/i386/drivers/net/undinet.c
--- gpxe-0.9.7/src/arch/i386/drivers/net/undinet.c 2009-03-01 21:23:42.000000000 -0500
+++ gpxe-0.9.7-undinet/src/arch/i386/drivers/net/undinet.c 2010-01-26 10:06:31.000000000 -0500
@@ -427,7 +427,7 @@
"nop\n\t"
"nop\n\t"
"cli\n\t" ) : : );
- return;
+ //return;
}
/* Start ISR processing */

View File

@ -1,6 +1,6 @@
Name: xnba-undi
Version: 0.9.7
Release: 12
Release: 13
Summary: xCAT Network Boot Agent for x86 PXE hosts
Obsoletes: gpxe-undi
@ -23,6 +23,7 @@ Patch3: gpxe-0.9.7-ignorepackets.patch
Patch4: gpxe-0.9.7-kvmworkaround.patch
Patch5: gpxe-0.9.7-hdboot.patch
Patch6: gpxe-0.9.7-xnbauserclass.patch
Patch7: gpxe-0.9.7-undinet.patch
%description
The xCAT Network Boot Agent is a slightly modified version of gPXE. It provides enhanced boot features for any UNDI compliant x86 host. This includes iSCSI, http/ftp downloads, and gPXE script based booting.
@ -37,6 +38,7 @@ The xCAT Network Boot Agent is a slightly modified version of gPXE. It provides
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%build