2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

fix issue Nodeset for Ubuntu OS displays warning, but we should be more specific and only print on conditions where it might fail #1097

This commit is contained in:
immarvin 2016-08-12 02:52:03 -04:00
parent 28144017e4
commit b9d8138395

View File

@ -891,7 +891,7 @@ sub mkinstall {
$kcmdline .= "n8r";
}
} else {
$callback->({ warning => ["rcons my not work since no serialport specified"], });
$callback->({ warning => ["rcons may not work since no serialport is specified for $node"], });
}
# need to add these in, otherwise aptitude will ask questions
@ -1548,7 +1548,7 @@ sub mknetboot
} else {
$callback->(
{
warning => ["rcons my not work since no serialport specified"],
warning => ["rcons may not work since no serialport is specified for $node"],
}
);
}