/ Published in: Bash
URL: http://wiki.kartbuilding.net/index.php/KVM_Setup_on_Debian_Squeeze
Expand |
Embed | Plain Text
# edit inittab on guest vi /etc/inittab # enabling console access from hipervisor T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100 # configure Grub2 vi /etc/default/grub # define values # enabling console access from Hipervisor # GRUB_CMDLINE_LINUX="" GRUB_CMDLINE_LINUX="console=tty0" # update Grub2 update-grub
You need to login to post a comment.
