add umask and env -i workaround for vmdb2#26

This commit is contained in:
Antoine Amarilli 2017-10-25 11:11:30 +02:00
parent 8b11617d6d
commit b3e44ee51e
1 changed files with 3 additions and 2 deletions

View File

@ -35,10 +35,11 @@ want to use:
build may break if there are regressions in the latest versions. build may break if there are regressions in the latest versions.
Once you have edited raspi3.yaml, you can generate the image by Once you have edited raspi3.yaml, you can generate the image by
issuing: issuing the following:
```shell ```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 ## Installing the image onto the Raspberry Pi 3