From 2267aa2737f63432a63bff91eb8e8ab0b91cf0dd Mon Sep 17 00:00:00 2001 From: "Z. Cliffe Schreuders" Date: Tue, 25 Jan 2022 14:03:13 +0000 Subject: [PATCH] update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38acd5b01..952a605e4 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,7 @@ You will need to install the following: This project has been adapted to work with the Ubuntu (20.04) release due to (16.04) coming to end of life as of April 2021, though it will still work on that version it is not guaranteed to support the security updates needed for your development environment. -### Updated Installation Instruction's to support Ubuntu (20.04) -### These commands will get you up and running +### On Ubuntu (20.04) these commands will get you up and running Ensure Ubuntu is updated using the following commands: ```bash @@ -168,6 +167,9 @@ SecGen accepts arguments to change the way that it behaves, the currently implem ``` +## Troubleshooting: updating VirtualBox base boxes +If SecGen experiences errors installing packages, the template VMs (base boxes) we publish on Vagrant cloud may need updating (especially Kali, which is a rolling-release). After you have built some VMs, browse in your home directory `.vagrant.d/boxes/`, from here you can manually launch the VMs that are used as templates, and apply software updates `sudo apt-get update; sudo apt-get upgrade`. Then power down the VM, and try SecGen again. + ## Scenarios SecGen generates VMs based on a scenario specification, which describes the constraints and properties of the VMs to be created.