diff options
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -31,6 +31,7 @@ Download Debian stable's netinst ISO image and verify its integrity: Create a new transient virtual machine: ~$ ./tdfvm-install \ + --ssh=guilhem@falco.documentfoundation.org \ --iso=./dist/debian-8.6.0-amd64-netinst.iso \ -u$USER -p --authorized-keys=$HOME/.ssh/authorized_keys \ -o ./vm170 \ @@ -49,6 +50,10 @@ Create a new transient virtual machine: 4096 SHA256:Hc5yXrUn8OCYC489dr7bKqsHKrfveihCPqwlC+jQD/I /etc/ssh/ssh_host_rsa_key (RSA) + --ssh=guilhem@falco.documentfoundation.org + Connect to falco's remote libvirtd, using SSH2 for transport. + (Note: the user needs to be in the 'libvirt' group.) + --iso=./dist/debian-8.6.0-amd64-netinst.iso Specify the path to the installation ISO image to preseed. |