Set explicitly showmenu=no, as in some builds the menu is activated
This fixes broken autoinstall of some builds (#425, #433 ...)
Small change in clocksource option, looks like this makes VMs more
stable.
Change-Id: I404e85eefc01f19d513ab6cfa03691a7735f3309
<timer name='rtc' tickpolicy='catchup' track='wall'>
<catchup threshold='123' slew='120' limit='10000'/>
</timer>
- <timer name='pit' tickpolicy='delay'/>
- <timer name='hpet' present='no'/>
+ <timer name='hpet' present='yes'/>
+ <timer name='kvmclock' present='yes'/>
</clock>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
" netmask={netmask}\n"
" gw={gw}\n"
" dns1={gw}\n"
+ " showmenu=no\n"
" <Enter>\n"
).format(
ip=str(cfg["ADMIN_SUBNET"].ip + 2),