mirror of
https://github.com/linka-cloud/d2vm.git
synced 2025-07-02 01:52:25 +00:00
cli: improve flags and commands
docs: add README.md and examples centos/rhel: fix dracut initramfs Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
6
examples/full/build.sh
Normal file
6
examples/full/build.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/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 .
|
Reference in New Issue
Block a user