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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"