cirruslabs / orchard

Orchestrator for running Tart Virtual Machines on a cluster of Apple Silicon devices
Other
189 stars 13 forks source link

[feature] need command line options for VM login to run startup script #159

Closed eecsmap closed 3 months ago

eecsmap commented 3 months ago

When we create VM using command line orchard create vm, we can specify a startup script. However, if the VM has a different login other than admin/admin, the startup script fails to run. If we add these two options to orchard create vm

--username string            user to login VM
--password string            password to login VM

it will work as expected.

eecsmap commented 3 months ago

I created a patch file accordingly :) thanks

https://gist.github.com/eecsmap/edb9f533ca55ba1735ab20d30ce03569