https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200068

            Bug ID: 200068
           Summary: release/scripts/mk-vmimage.sh producing incorrect vmdk
                    format vm-images
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: ishmae...@gmail.com

Created attachment 156554
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156554&action=edit
Possible fix to mkimg invocation

amd64 vmdk images for 10.1-STABLE and 11.0-CURRENT as found on ftp.freebsd.org
are not actually vmdk format files, but instead appear to be miscreated raw
image files.

Examining release/tools/vmimage.subr for both -head and -stable svn branches,
it appears that the mkimg invocation lost the passing of the -f argument during
a rewrite a few months ago.

Probably need to change all the mkimg invocations in vmimage.subr to include a
"-f ${VMFORMAT}" argument (see attached for possible fix).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to