mirror of
https://gitlab.com/alemaire/image-specs.git
synced 2025-01-11 02:53:31 +00:00
README: explicitly add /usr/sbin and /sbin
Not all $PATHs contain the two. fixes #8
This commit is contained in:
parent
78e1206670
commit
fd176e159d
@ -40,7 +40,7 @@ issuing the following:
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
umask 022
|
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
|
./vmdb2/vmdb2 --output raspi3.img raspi3.yaml --log raspi3.log
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user