From 2dc15175a049891607112685749474175f3ab519 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Sat, 22 Aug 2009 03:04:11 +0000 Subject: [PATCH] -Change xNBA agent to 'kkpxe' which seems to be capable of exiting more sanely --- gpxe/xnba-undi.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gpxe/xnba-undi.spec b/gpxe/xnba-undi.spec index bf64031..b34e1ad 100644 --- a/gpxe/xnba-undi.spec +++ b/gpxe/xnba-undi.spec @@ -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