From fd176e159d1e5c5b043daf62dfdd73b517749b74 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 18 Jan 2018 20:21:12 +0100 Subject: [PATCH] README: explicitly add /usr/sbin and /sbin Not all $PATHs contain the two. fixes #8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef592c0..9548f51 100644 --- a/README.md +++ b/README.md @@ -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 ```