From 0e732ddc99e1979994273775c4090f885272498d Mon Sep 17 00:00:00 2001 From: yinle Date: Mon, 3 Dec 2012 06:25:21 +0000 Subject: [PATCH] Remove the checking of yaboot-xcat to support removing yaboot-xcat rpm. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14517 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/mknb.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/mknb.pm b/xCAT-server/lib/xcat/plugins/mknb.pm index 41a1f00c4..bdb2bcd17 100644 --- a/xCAT-server/lib/xcat/plugins/mknb.pm +++ b/xCAT-server/lib/xcat/plugins/mknb.pm @@ -171,9 +171,6 @@ sub process_request { } } elsif ($arch =~ /ppc/) { mkpath("$tftpdir/etc"); - if (! -r "$tftpdir/yaboot") { - $callback->({error=>["Unable to locate yaboot to boot ppc clients, install yaboot-xcat"],errorcode=>[1]}); - } } my $dopxe=0; foreach (keys %{$normnets}) {