README: explicitly add /usr/sbin and /sbin

Not all $PATHs contain the two.

fixes #8
This commit is contained in:
Michael Stapelberg 2018-01-18 20:21:12 +01:00
parent 78e1206670
commit fd176e159d
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ issuing the following:
```shell
umask 022
sudo env -i LC_CTYPE=C.UTF-8 PATH="$PATH" \
sudo env -i LC_CTYPE=C.UTF-8 PATH="/usr/sbin:/sbin:$PATH" \
./vmdb2/vmdb2 --output raspi3.img raspi3.yaml --log raspi3.log
```