fix(image_to_vm): Fix backslash in qemu README.

Go me fixing this issue in the script while adding it in the README.
This commit is contained in:
Michael Marineau 2013-08-11 23:41:05 -04:00
parent 83816ae4aa
commit b0d2775e0a

View File

@ -320,7 +320,7 @@ If you have qemu installed (or in the SDK), you can start the image with:
If you wish to log in via a ssh key:
mkdir /tmp/meta-data
cp ~/.ssh/id_dsa.pub /tmp/meta-data/authorized_keys
./$(basename "${script}") -curses -virtfs \
./$(basename "${script}") -curses -virtfs \\
local,path=/tmp/meta-data,mount_tag=meta-data,security_model=none,readonly
SSH into that host with: