Follow liw's suggestion of using a rootfs-tarball for a huge performance gain

This commit is contained in:
Gunnar Wolf 2019-01-14 18:02:42 -06:00
parent b785c4837f
commit d8e2e24dde
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@ issuing the following:
```shell
umask 022
sudo env -i LC_CTYPE=C.UTF-8 PATH="/usr/sbin:/sbin:$PATH" \
./vmdb2/vmdb2 --output raspi3.img raspi3.yaml --log raspi3.log
./vmdb2/vmdb2 --rootfs-tarball=raspi3.tar.gz --output \
raspi3.img raspi3.yaml --log raspi3.log
```
## Installing the image onto the Raspberry Pi 3