Add README on how to install vmdb2

This commit is contained in:
notplants 2021-02-03 12:19:40 +01:00
parent dca65df5b8
commit 27d2e47ccd
1 changed files with 9 additions and 1 deletions

View File

@ -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,