summaryrefslogtreecommitdiff
path: root/src/install.rs
AgeCommit message (Expand)AuthorFilesLines
2021-08-20feat! add support for non-virtual networksLars Wirzenius1-1/+1
2021-08-05feat: if no networks are specified, use defaultLars Wirzenius1-7/+2
2021-07-25fix: actually add networks to VMLars Wirzenius1-8/+5
2021-07-25feat: check that VM will be getting networksLars Wirzenius1-0/+7
2021-07-25feat: debug log networks list, to be added to VMLars Wirzenius1-0/+2
2021-07-25feat: allow use to add a VM on virtual networksLars Wirzenius1-0/+22
2021-03-25refactor: clean up warnings found by clippyLars Wirzenius1-1/+1
2021-03-25feat: give more useful and specific error messagesLars Wirzenius1-4/+5
2021-03-14fix: VMs can be restartedLars Wirzenius1-5/+3
2021-03-07doc: add doc comments to crateLars Wirzenius1-0/+23
2021-02-20feat: vmadm command to create, list, and delete virtual machinesLars Wirzenius1-6/+6
2021-01-24createLars Wirzenius1-1/+11
2021-01-24installLars Wirzenius1-0/+93