From 5f598ad250bcd1edaab175fde6c971e0bf3c7192 Mon Sep 17 00:00:00 2001 From: Jamie McClelland Date: Fri, 9 Oct 2009 11:24:24 -0400 Subject: include directions for copying the screenrc.kvm-manager file into place. --- README | 5 +++-- 1 file 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 -- cgit v1.2.3