This PR improves acon-startvm around ENV vars for customizing its behavior.
Shorten ENV vars to make them easier to be set/unset on command line by users. Now all ENV vars starts from ATD_ prefix.
Before executing QEMU, acon-startvm dumps (to stderr) all ATD_* vars. Users can now easily see all the settings and also know what can be set to alter the script's behavior.
Move acon-startvm to ../scripts/ dir, and create a symlink at the original location.
Change aconcli run according to acon-startvm changes
Update help messages for run and status commands.
Note: This PR may break CI/CD flow as defaults for initrd/kernel have been changed.
This PR improves
acon-startvm
around ENV vars for customizing its behavior.ATD_
prefix.acon-startvm
dumps (to stderr) all ATD_* vars. Users can now easily see all the settings and also know what can be set to alter the script's behavior.acon-startvm
to ../scripts/ dir, and create a symlink at the original location.aconcli run
according toacon-startvm
changesrun
andstatus
commands.Note: This PR may break CI/CD flow as defaults for initrd/kernel have been changed.