-Add tablet device to guests for better wvid
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2892 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
700248f44f
commit
5dfa16550e
@ -252,6 +252,8 @@ sub build_xmldesc {
|
||||
$xtree{features}->{content}="\n";
|
||||
$xtree{devices}->{disk}=build_diskstruct();
|
||||
$xtree{devices}->{interface}=build_nicstruct($node);
|
||||
$xtree{devices}->{input}->{type}='tablet';
|
||||
$xtree{devices}->{input}->{bus}='usb';
|
||||
$xtree{devices}->{graphics}->{type}='vnc';
|
||||
$xtree{devices}->{console}->{type}='pty';
|
||||
$xtree{devices}->{console}->{target}->{port}='1';
|
||||
|
Loading…
Reference in New Issue
Block a user