2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 12:20:40 +00:00

Merge pull request #1686 from immarvin/onissue

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:
penguhyang
2016-08-12 15:00:51 +08:00
committed by GitHub

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"],
}
);
}