kimchi-project / kimchi

An HTML5 management interface for KVM guests
https://github.com/kimchi-project/kimchi/releases/latest
Other
3.1k stars 364 forks source link

Question: Can I edit boot order ? #1148

Closed ghost closed 7 years ago

ghost commented 7 years ago

Can I edit virtual machine boot order(priority) from kimchi Web UI ? like this https://stackoverflow.com/questions/19011159/how-to-set-boot-order-on-kvm-libvirt-virsh

alinefm commented 7 years ago

Hi @falconws

That feature is not available on Kimchi UI yet. The backend API is already done but we are lacking the Ui code. Keep posted on next releases announcements to get it once it is done.

alinefm commented 7 years ago

fb7fee5fb9c47b3

There we go! :-)

Edit the guest you want to change the boot order and in General tab you can reorder the list by grabbing the lines and (un)select which you want to use.