mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-12 17:30:19 +00:00
-Have KVM guests default to the more capable 'vga' adapter rather than cirrus
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6154 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -355,6 +355,8 @@ sub build_xmldesc {
|
||||
$xtree{features}->{content}="\n";
|
||||
$xtree{devices}->{disk}=build_diskstruct($cdloc);
|
||||
$xtree{devices}->{interface}=build_nicstruct($node);
|
||||
#use content to force xml simple to not make model the 'name' of video
|
||||
$xtree{devices}->{video}= [ { 'content'=>'','model'=> {type=>'vga',vram=>8192}}];
|
||||
$xtree{devices}->{input}->{type}='tablet';
|
||||
$xtree{devices}->{input}->{bus}='usb';
|
||||
$xtree{devices}->{graphics}->{type}='vnc';
|
||||
|
Reference in New Issue
Block a user