From 30fb045a4f939902a4182361dee8d4a491529b64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Tue, 29 Aug 2017 09:47:13 +0200 Subject: [PATCH] Updated README. --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a0c2c4d..e52ced8 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,14 @@ Launch the generation with the VirtualBox builder: $ packer build -only=virtualbox-iso misp.json A VirtualBox image will be generated and stored in the folder -*output-virtualbox-iso*. Default credentials are displayed (Web interface, SSH -and MariaDB) at the end of the process. You can directly import the image in -VirtualBox. +*output-virtualbox-iso*. + +Default credentials are displayed (Web interface, SSH and MariaDB) at the end +of the process. You can directly import the image in VirtualBox. + +The sha1 and sha512 checksums of the generated VM will be stored in the files +*packer_virtualbox-iso_virtualbox-iso_sha1.checksum* and +*packer_virtualbox-iso_virtualbox-iso_sha512.checksum* respectively. If you want to build an image for VMWare you will need to install it and to use the VMWare builder with the command: