summaryrefslogtreecommitdiff
path: root/scripts/build-vmware-image
AgeCommit message (Collapse)Author
2021-07-07T3664: Eliminate obsolete build flavoursKim Hagen
2020-04-08T2239: fix issue with ovftool signing commandChris Marget
Signing key can be submitted by putting key at a fixed location (key/privatekey.pem) or by putting the key location in environment variable PRIVATE_KEY_PATH. The script checks for either of those possibilities. ovftool command was incorrectly using the PRIVATE_KEY_PATH variable even when the key file was dropped in the prescribed location.
2019-08-10Fix default key pathDonny Maasland
2019-04-16T1327: Set the serial console speed to 115200 by defaultJohn Estabrook
Set the serial console speed to 115200 in all build scripts, as is the standard for current boards. This avoids an annoyance for users of the livecd, and makes the defaults in build scripts in tools/ and scripts/ consistent.
2019-03-18Add vmware ovf build procedureKim Hagen
2017-07-29Add script for building Vagrant libvirt boxYuya Kusakabe
2016-03-27remove installing open-vm-tools process from build-vmware-imageYuya Kusakabe
2016-03-08Add support for signed VMware OVF (ref T14).Yuya Kusakabe