-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:
jbjohnso 2009-03-14 00:14:29 +00:00
parent 700248f44f
commit 5dfa16550e

View File

@ -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';