Adds debian-forky to supported guest OSes
This commit is contained in:
parent
7c8ba859fb
commit
30308a0ddb
1 changed files with 7 additions and 1 deletions
8
main.go
8
main.go
|
|
@ -50,6 +50,12 @@ var osImages = map[string]OSImage{
|
|||
Filename: "debian-13.qcow2",
|
||||
User: "debian",
|
||||
},
|
||||
"debian-forky": {
|
||||
Name: "debian-forky",
|
||||
URL: "https://cloud.debian.org/images/cloud/forky/daily/20251218-2330/debian-14-generic-amd64-daily-20251218-2330.qcow2",
|
||||
Filename: "debian-14.qcow2",
|
||||
User: "debian",
|
||||
},
|
||||
"fedora": {
|
||||
Name: "fedora",
|
||||
URL: "https://download.fedoraproject.org/pub/fedora/linux/releases/43/Cloud/x86_64/images/Fedora-Cloud-Base-Generic-43-1.6.x86_64.qcow2",
|
||||
|
|
@ -81,7 +87,7 @@ func ensureDirs() {
|
|||
|
||||
func usage() {
|
||||
fmt.Println("usage:")
|
||||
fmt.Println(" mnmivm-se create <name> --os <ubuntu|debian|fedora|alpine> --pubkey-path <path> --ip <192.168.86.X>")
|
||||
fmt.Println(" mnmivm-se create <name> --os <ubuntu|debian|debian-forky|fedora|alpine> --pubkey-path <path> --ip <192.168.86.X>")
|
||||
fmt.Println(" mnmivm-se start <name>")
|
||||
fmt.Println(" mnmivm-se stop <name>")
|
||||
fmt.Println(" mnmivm-se update-cloud <name> --pubkey-path <path> [--ip <192.168.86.X>]")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue