[Bug 200068] release/scripts/mk-vmimage.sh producing incorrect vmdk format vm-images
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat May 9 10:24:52 UTC 2015
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 at FreeBSD.org
Reporter: ishmaeljx at 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.
More information about the freebsd-bugs
mailing list