mirror of
https://github.com/linka-cloud/d2vm.git
synced 2024-11-05 00:06:24 +00:00
Adphi
5b8cad6176
docs: add README.md and examples centos/rhel: fix dracut initramfs Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
7 lines
243 B
Bash
7 lines
243 B
Bash
#!/usr/bin/env bash
|
|
|
|
USER=adphi
|
|
PASSWORD=mysecurepasswordthatIwillneveruse
|
|
OUTPUT=workstation.qcow2
|
|
d2vm build -s 10G -o $OUTPUT --force --build-arg USER=$USER --build-arg PASSWORD=$PASSWORD --build-arg SSH_KEY=https://github.com/$USER.keys .
|