mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
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:
parent
83816ae4aa
commit
b0d2775e0a
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user