Recognize some common variants on chvm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16535 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
a9f5a6b396
commit
235e3e9d7f
@ -1550,10 +1550,10 @@ sub chvm {
|
||||
GetOptions(
|
||||
"a=s"=>\@addsizes,
|
||||
"d=s"=>\@derefdisks,
|
||||
"mem=s"=>\$memory,
|
||||
"optical|cdrom=s"=>\$cdrom,
|
||||
"mem|memory=s"=>\$memory,
|
||||
"optical|dvd|cdrom=s"=>\$cdrom,
|
||||
"eject"=>\$eject,
|
||||
"cpus=s" => \$cpucount,
|
||||
"cpus|cpu=s" => \$cpucount,
|
||||
"p=s"=>\@purge,
|
||||
"resize=s%" => \%resize,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user