From b3e44ee51e516f2897ee56e8ab241a5de7dd49a0 Mon Sep 17 00:00:00 2001 From: Antoine Amarilli Date: Wed, 25 Oct 2017 11:11:30 +0200 Subject: [PATCH] add umask and env -i workaround for vmdb2#26 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23ed83c..fce10b8 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,11 @@ want to use: build may break if there are regressions in the latest versions. Once you have edited raspi3.yaml, you can generate the image by -issuing: +issuing the following: ```shell -sudo ./vmdb2/vmdb2 --output raspi3.img raspi3.yaml --log raspi3.log +umask 022 +sudo env -i ./vmdb2/vmdb2 --output raspi3.img raspi3.yaml --log raspi3.log ``` ## Installing the image onto the Raspberry Pi 3