Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
gentoo_xen [2016/04/28 15:53]
steve
gentoo_xen [2016/04/28 15:59]
steve
Line 75: Line 75:
 kernel /​boot/​xen.gz kernel /​boot/​xen.gz
 module /​boot/​vmlinuz-4.1.12-gentoo root=/​dev/​sda3 module /​boot/​vmlinuz-4.1.12-gentoo root=/​dev/​sda3
 +</​code>​
 +
 +Update the Xen services to start on boot:
 +
 +<​code>​
 +rc-update add xencommons default
 +rc-update add xenconsoled default
 +rc-update add xenstored default
 +</​code>​
 +
 +If you want Xen domains to start on boot, put the configuration files in ''/​etc/​xen/​auto'',​ and add ''​xendomains''​ to the startup sequence:
 +
 +<​code>​
 +ln -s /​etc/​xen/​configs/​openbsd-5.9_amd64 /​etc/​xen/​configs/​auto/​
 +</​code>​
 +
 +<​code>​
 +rc-update add xendomains default
 +</​code>​
 +
 +Update ''/​etc/​inittab'':​
 +
 +<​code>​
 +c0:​2345:​respawn:/​sbin/​agetty 38400 hvc0 linux
 +</​code>​
 +
 +Reload your new inittab:
 +
 +<​code>​
 +telinit q
 </​code>​ </​code>​