From af168b9a99ee4d8b5a6acc12ce0f2f7e1cdd0346 Mon Sep 17 00:00:00 2001 From: Paul Mars Date: Fri, 3 May 2024 11:52:53 +0200 Subject: [PATCH 1/2] Add a note to run u-i as root or with sudo Signed-off-by: Paul Mars --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index eaa41fd0..39ef2a1d 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ The future versions of this tool will be more generalized, allowing users to bui See [Build your first Ubuntu Core image](https://ubuntu.com/core/docs/build-an-image) for instructions on how to use ubuntu-image to build an Ubuntu core image on a **Raspberry Pi**. +> [!IMPORTANT] +> ubuntu-image requires **elevated permissions**. Please be sure to run it as **root** or with `sudo`. + ## Building images ubuntu-image offers two basic sub-commands for building snap-based and classical images. From ba7cf4c615e54e4043dabb2012d0c12aba9d7a91 Mon Sep 17 00:00:00 2001 From: Upils <5464641+upils@users.noreply.github.com> Date: Wed, 15 May 2024 10:33:50 +0200 Subject: [PATCH 2/2] Improve warning wording regarding running the tool as root MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Robert Krátký --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39ef2a1d..e80ebb60 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The future versions of this tool will be more generalized, allowing users to bui See [Build your first Ubuntu Core image](https://ubuntu.com/core/docs/build-an-image) for instructions on how to use ubuntu-image to build an Ubuntu core image on a **Raspberry Pi**. > [!IMPORTANT] -> ubuntu-image requires **elevated permissions**. Please be sure to run it as **root** or with `sudo`. +> `ubuntu-image` requires **elevated permissions**. Run it with **root** privileges or using `sudo`. ## Building images