add interface for xdcp -i
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3539 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
9cbce752b6
commit
3600aa0c46
@ -468,6 +468,10 @@ sub parse_args_xdcp
|
||||
xCAT::MsgUtils->message("I", $version);
|
||||
exit 0;
|
||||
}
|
||||
if ($options{'rootimg'})
|
||||
{
|
||||
$::ROOTIMG = 1;
|
||||
}
|
||||
if (($options{'rootimg'}) && (!($options{'File'})))
|
||||
{
|
||||
xCAT::MsgUtils->message("E",
|
||||
|
Loading…
Reference in New Issue
Block a user