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:
parent
28144017e4
commit
b9d8138395
@ -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"],
|
||||
}
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user