-make the error message more clear for statelite mode
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5359 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
54b131643e
commit
552beafb92
@ -180,7 +180,7 @@ sub mknetboot
|
||||
{
|
||||
if($statelite) {
|
||||
# TODO: maybe the $osver-$arch-$profile record doesn't exist in osimage, but it the statelite rootimg can exist
|
||||
$callback->({error=> ["$node: statelite image $osver-$arch-$profile doesn't exist"], errorcode => [1]});
|
||||
$callback->({error=> ["$node: statelite image $osver-$arch-$profile doesn't exist; or kernel/initrd.gz doesn't exist"], errorcode => [1]});
|
||||
} else {
|
||||
$callback->(
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user