Update readme #1

Merged
mhfowler merged 2 commits from update-readme into master 2021-02-03 11:26:57 +00:00
1 changed files with 9 additions and 1 deletions
Showing only changes of commit 27d2e47ccd - Show all commits

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,