Attempt to have a kvm VM protected from start by password on wvid
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9462 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
568137b2ca
commit
6ce2f057cb
@ -627,6 +627,7 @@ sub build_xmldesc {
|
||||
$xtree{devices}->{graphics}->{type}='vnc';
|
||||
}
|
||||
$xtree{devices}->{graphics}->{autoport}='yes';
|
||||
$xtree{devices}->{graphics}->{password}=genpassword(10);
|
||||
$xtree{devices}->{sound}->{model}='ac97';
|
||||
|
||||
$xtree{devices}->{console}->{type}='pty';
|
||||
|
Loading…
Reference in New Issue
Block a user