aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie McClelland <jm@mayfirst.org>2009-10-09 11:24:24 -0400
committerJamie McClelland <jm@mayfirst.org>2009-10-09 11:24:24 -0400
commit5f598ad250bcd1edaab175fde6c971e0bf3c7192 (patch)
treea1eccfe03744799abedda4b42468adec24516d01
parent533d6000d5c080eb7372405da28cbf5be4c0cd19 (diff)
downloadkvm-manager-5f598ad250bcd1edaab175fde6c971e0bf3c7192.tar.gz
kvm-manager-5f598ad250bcd1edaab175fde6c971e0bf3c7192.tar.bz2
include directions for copying the screenrc.kvm-manager file into place.
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index d1064f2..f9ee427 100644
--- a/README
+++ b/README
@@ -23,6 +23,7 @@ Recommendations:
Before you begin, you may want to prepare your system by doing the following:
* Copy di-maker, kvm-manager, and kvm-creator into /usr/local/sbin
+* Copy screenrc.kvm-manager to /etc/
* Make the directory /usr/local/share/ISOs
* Create a serial console enabled debian installer.
* cd /usr/local/share/ISOs
@@ -33,8 +34,8 @@ A typical workflow to start an installer is:
kvm-creator create $GUESTNAME $VG [$DISKSIZE [$RAM [$TAP [$MAC] ] ] ]
# set up boot media for the host ("put the installer CD in the drive"):
ln -s /usr/local/share/ISOs/d-i.iso /home/$GUESTNAME/vms/$GUESTNAME/cd.iso
-# set up access to the account:
-mkdir -p /home/$GUESTNAME/.ssh
+# by default, the account has the authorized_keys file from the root
+# user on the host. optionally, add additionall keys
cat ~/.ssh/authorized_keys >> /home/$GUESTNAME/.ssh/authorized_keys
# start up the host
update-service --add /etc/sv/kvm/$GUESTNAME