use enviroment ssh pubkey

This commit is contained in:
xfnw 2022-02-19 18:04:57 -05:00
parent aa3e0c2c3e
commit a7fc61698a
1 changed files with 1 additions and 1 deletions

2
amvi
View File

@ -1,4 +1,4 @@
#!/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