~jchittum/livecd-rootfs:ensure-vmtools-in-vmdk-header

Last commit made on 2020-10-26
Get this branch:
git clone -b ensure-vmtools-in-vmdk-header https://git.launchpad.net/~jchittum/livecd-rootfs
Only John Chittum can upload to this branch. If you are John Chittum please log in for upload directions.

Branch merges

Branch information

Name:
ensure-vmtools-in-vmdk-header
Repository:
lp:~jchittum/livecd-rootfs

Recent commits

4f1df73... by John Chittum

Debug logging information

Added context lines for debugging lines.

201addb... by John Chittum

Remove sed and move size check

There was a question on if the comment removals in the `sed` were
required. The comments (`#`) are created by vmdk-stream-converter and
seem to cause no issues. `ddb.comment` is no longer being written by the
tool anymore. Moved the check earlier to ensure the new header isn't too
large before running truncate (otherwise it may be too long, and we
remove bits we want)

4f5eacb... by John Chittum

Fixup Debian Changlog

Rebase, fixedup changelog, opened new release

24ee4b8... by John Chittum

vmtools version in vmdk header (LP: #1893898)

LP: #1893898 describes missing vmtools version from the vmdk headers.
The version should be added as ddb.toolsVersion = "2147483647" however
the sed was no longer replacing a ddb.comment field with the tools
version. Rather than subbing ddb.comment with toolsVersion, this commit
deletes ddb.comment (which the comment mentions could cause errors),
and adds the correct value. There was no visibility into the descriptor
during hook creation, so debug statements were added. This allows us to
quickly verify in the logs that bad statements are removed (the possibly
offending commetns), as well as ensuring that the toolsVersion is added

81eba8d... by Łukasz Zemczak

releasing package livecd-rootfs version 2.693

49a0243... by Łukasz Zemczak

Changelog

5a7b332... by Łukasz Zemczak

Build classic raspi server images by default from the 'classic' branch now.

fdef469... by Łukasz Zemczak

releasing package livecd-rootfs version 2.692

5d0e1c6... by Łukasz Zemczak

duh, Laney is right, we can do 1G straight away.

af0356e... by Łukasz Zemczak

Add changelog entry.