From 85e01aa75af50cde0849c80c5fdd5f8dfe4dc735 Mon Sep 17 00:00:00 2001 From: Dan Johansen Date: Thu, 1 Dec 2022 15:25:15 +0100 Subject: [PATCH] Improve readme The readme indicates that the qemu-static stuff is a dependency for any situation while running this script. That's not the case, it's only needed if run on a non-aarch64 based system. So change the README to properly explain this. Also change to the new package name of that dependency. Fixes #49 Signed-off-by: Dan Johansen --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d5359a..108c5f7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This script is "interactive". Meaning that it asks you questions when run to cus * dialog * parted * libarchive -* binfmt-qemu-static +* qemu-user-static-binfmt (only needed when script is run from other architectures than `aarch64`) * openssl * gawk * dosfstools @@ -43,7 +43,7 @@ To use this script, please make sure that the following is correct: * An SD/eMMC card or USB stick with at least 8 GB storage is plugged in, but not mounted. This Script **will** remove everything on it. * That your user account has `sudo` rights. -* That you have rebooted or restarted the binfmt service with `sudo systemctl restart systemd-binfmt`. +* That you have rebooted or restarted the binfmt service with `sudo systemctl restart systemd-binfmt` if you are running the script from any other architecture than `aarch64`. Then use this to get it: ```