Changes between Version 7 and Version 8 of install_kvm


Ignore:
Timestamp:
Jan 15, 2011, 11:03:22 PM (13 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • install_kvm

    v7 v8  
    1010USAGE: kvm-creator create|destroy|demo guestname [volumegroup [disksize [ram [tap [mac] ] ] ]
    1111}}}
     12 1. Add at least one user to the access list for the new KVM guest's serial console
     13  1. Monkeysphere way:
     14   1. Add a uid to the /home/<guestname>/.monkeysphere/authorized_user_ids file
     15   1. Rebuild the monkeysphere-controlled SSH authorized_keys files:
     16{{{
     17monkeysphere-authentication update-users
     18}}}
     19  1. SSH key way
     20   1. Add an SSH key to the /home/<guestname>/.ssh/authorized_keys file
    1221 1. If you are installing an operating system to the new KVM guest:
    1322  1. Put the iso in the {{{ /usr/local/share/ISOs }}} directory. Be sure to verify the checksums on downloaded ISOs!
     
    2332ln -s /home/<guestname/vms/<guestname>/cd.iso /usr/local/share/ISOs/<some-installer>.iso
    2433}}}
    25  1. Add at least one user to the access list for the new KVM guest's serial console
    26   1. Monkeysphere way:
    27    1. Add a uid to the /home/<guestname>/.monkeysphere/authorized_user_ids file
    28    1. Rebuild the monkeysphere-controlled SSH authorized_keys files:
    29 {{{
    30 monkeysphere-authentication update-users
    31 }}}
    32   1. SSH key way
    33    1. Add an SSH key to the /home/<guestname>/.ssh/authorized_keys file
     34 
    3435 1. Tell runit to start the guest automatically
    3536{{{