From 27d2e47ccdfefeb75a2f093ede1cc65331225447 Mon Sep 17 00:00:00 2001 From: notplants Date: Wed, 3 Feb 2021 12:19:40 +0100 Subject: [PATCH] Add README on how to install vmdb2 --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24554f4..7e6d526 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,17 @@ the python setup script from [peach-config](https://github.com/peachcloud/peach- Run, ```shell -sudo apt install -y vmdb2 dosfstools qemu-user-static binfmt-support time kpartx +sudo apt install -y dosfstools qemu-user-static binfmt-support time kpartx ``` +This script requires the latest version of vmdb2 which is not currently available via apt. +After installing the above, clone the vmdb2 repository and add it to your path. +```shell +git clone https://gitlab.com/larswirzenius/vmdb2.git +cd vmdb2; ln -s vmdb2 /usr/local/bin/vmdb2 +``` + + # To Build A New Image Run,