use enviroment ssh pubkey
This commit is contained in:
parent
aa3e0c2c3e
commit
a7fc61698a
1 changed files with 1 additions and 1 deletions
2
amvi
2
amvi
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
|
||||||
HOSTNAME=${1:-alpine} SSHPUBKEY="ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDBUk5IjB3+trnVO6pncivFbOetUL8BPTl3CwAtk4532 xfnw@raven" ./alpine-make-vm-image --image-format qcow2 --image-size ${3-6G} --repositories-file example/repositories --packages "$(cat example/packages)" --script-chroot ${2-alpine.qcow2} -- ./example/configure.sh
|
HOSTNAME="${1:-alpine}" SSHPUBKEY="${SSHPUBKEY:-ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDBUk5IjB3+trnVO6pncivFbOetUL8BPTl3CwAtk4532 xfnw@raven}" ./alpine-make-vm-image --image-format qcow2 --image-size "${3-6G}" --repositories-file example/repositories --packages "$(cat example/packages)" --script-chroot "${2-alpine.qcow2}" -- ./example/configure.sh
|
||||||
|
|
Loading…
Reference in a new issue