From d8e2e24ddee5950cf6aed209c7615ef793d36726 Mon Sep 17 00:00:00 2001 From: Gunnar Wolf Date: Mon, 14 Jan 2019 18:02:42 -0600 Subject: [PATCH] Follow liw's suggestion of using a rootfs-tarball for a huge performance gain --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b256d35..4fe10be 100644 --- a/README.md +++ b/README.md @@ -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