Follow liw's suggestion of using a rootfs-tarball for a huge performance gain
This commit is contained in:
parent
b785c4837f
commit
d8e2e24dde
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue