From 9d378548cc86028c55baf17260d32d0055603b78 Mon Sep 17 00:00:00 2001 From: Carsten Koester Date: Wed, 25 May 2016 05:58:29 -0400 Subject: CSIT-111: Add Packer based framework to auto-generate disk images Change-Id: Ia18ea34a6288aec0f12f176f4cc264d0f215d1fd Signed-off-by: Carsten Koester --- .../tools/disk-image-builder/nested/CHANGELOG | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 resources/tools/disk-image-builder/nested/CHANGELOG (limited to 'resources/tools/disk-image-builder/nested/CHANGELOG') diff --git a/resources/tools/disk-image-builder/nested/CHANGELOG b/resources/tools/disk-image-builder/nested/CHANGELOG new file mode 100644 index 0000000000..9a0518811d --- /dev/null +++ b/resources/tools/disk-image-builder/nested/CHANGELOG @@ -0,0 +1,27 @@ +## [1.2] - 2016-05-25 + +### Changes +- Embed version in hidden file with magic string that can be read + without actually booting the image: + ~~~ + cat | strings | grep NESTED_VERSION + ~~~ +- Include both cisco/cisco credentials (for backwards compatibility) + and csit/csit + +## [1.1] - 2016-05-17 + +### Added +- iproute2 package (for "ip" command) + + +## [1.0] - 2016-05-16 + +### First release +- Basic script to build FD.IO VPP CSIT "nested VM" image using buildroot. +This version is to mimic the previous, manually built image. +- Packages installed: + - Kernel 4.3 + - support for virtio NIC + - bridge-utils (for brctl) + - qemu (for qemu-ga) -- cgit 1.2.3-korg