Changes between Version 21 and Version 22 of install_kvm


Ignore:
Timestamp:
Mar 11, 2011, 5:22:31 PM (13 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • install_kvm

    v21 v22  
    101101update-service --add /etc/sv/kvm/<guestname>
    102102}}}
    103  1. Log into the new guest via ssh: {{{ ssh <guestname>@HOST-NAME }}}
     103 1. Log into the new guest via ssh: {{{ ssh <guestname>@<hostname>.mayfirst.org }}}
    104104 1. Start screen: {{{ screen -x}}}. You should see a grub menu waiting for you to hit enter on the installer.
    105105 1. After hitting enter, watch the installer fly by.
     
    111111 1. The preseed file will leave all leftover space on the disk in a logical volume called "delete". You can remove this logical volume (so the extra space is available to enlarge other logical volumes): with:
    112112{{{
    113 lvremove vg_HOSTNAME0/delete
     113lvremove vg_<guestname>0/delete
    114114}}}
    115  Replace HOSTNAME with the name of the server, e.g.:
     115 Replace <guestname> with the name of the server, e.g.:
    116116{{{
    117117lvremove vg_hay0/delete