From 45108949428493ef376b88b6db3959f3824b80b4 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Fri, 1 Apr 2016 21:21:12 -0700 Subject: [PATCH] sudo explanation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e01bfcd..a5fa27b 100644 --- a/README.md +++ b/README.md @@ -116,5 +116,6 @@ You can write created images to flash drives for installation on other systems, or manually write them to a drive. To do so: ```bash -imager/image.py --base-url=http://yourhost/ --ca-cert=/path/to/signing/cert.pem --device=/dev/sdx --persistent-percent=50 +# Needs sudo to partition and mkfs devices +sudo imager/image.py --base-url=http://yourhost/ --ca-cert=/path/to/signing/cert.pem --device=/dev/sdx --persistent-percent=50 ```