macvz icon indicating copy to clipboard operation
macvz copied to clipboard

hard code focal 20.04

Open wtry opened this issue 2 years ago • 1 comments

err = iso9660util.Extract(BaseDiskZip, "focal-server-cloudimg-"+fileName+".img", baseDisk) if err != nil { errs[i] = fmt.Errorf("failed to extract base image: %w", err) continue }

wtry avatar Sep 14 '22 08:09 wtry

yes yes, the current code was to provide support for ubuntu VM.

Currently working on refactoring code using macOS 13 API's which should support more linux variations easily.

balajiv113 avatar Sep 23 '22 11:09 balajiv113