Changes between Version 18 and Version 19 of install_kvm


Ignore:
Timestamp:
Mar 11, 2011, 5:08:05 PM (14 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • install_kvm

    v18 v19  
    105105 1. Log into the new guest via ssh: {{{ ssh SERVER-NAME@HOST-NAME }}}
    106106 1. Install an OS: everything should be handled by preseed file
     107 1. Login with root and no password
     108 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:
     109{{{
     110lvremove vg_HOSTNAME0/delete
     111}}}
     112 Replace HOSTNAME with the name of the server, e.g.:
     113{{{
     114lvremove vg_hay0/delete
     115}}}