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

-Change xNBA agent to 'kkpxe' which seems to be capable of exiting more sanely

This commit is contained in:
jbjohnso 2009-08-22 03:04:11 +00:00
parent a60d90375d
commit 2dc15175a0

View File

@ -1,6 +1,6 @@
Name: xnba-undi
Version: 0.9.7
Release: 11
Release: 12
Summary: xCAT Network Boot Agent for x86 PXE hosts
Obsoletes: gpxe-undi
@ -43,14 +43,14 @@ The xCAT Network Boot Agent is a slightly modified version of gPXE. It provides
rm -rf %{buildroot}
cd src
make bin/undionly.kpxe
make bin/undionly.kkpxe
%install
mkdir -p %{buildroot}/tftpboot/xcat
#Rename to avoid conflicting with potential vanilla undionly.kpxe that user may be using
cp src/bin/undionly.kpxe %{buildroot}/tftpboot/xcat/xnba.kpxe
cp src/bin/undionly.kkpxe %{buildroot}/tftpboot/xcat/xnba.kpxe
%post