From 7ec3d60dcc8e651da4b989cf3f054d5af27aa570 Mon Sep 17 00:00:00 2001 From: Dan Johansen Date: Wed, 23 Jun 2021 08:54:31 +0200 Subject: [PATCH] [readme] clarify that restart of binfmt service is needed when installing this script Signed-off-by: Dan Johansen --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d64328f..173bb03 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Then install the `manjaro-arm-installer` package with: ``` sudo pacman -Syu manjaro-arm-installer ``` -Then reboot. You can now launch the installer with: +Then reboot or run `sudo systemctl restart systemd-binfmt`. You can now launch the installer with: ``` sudo bash manjaro-arm-installer ``` @@ -42,6 +42,7 @@ To use this script, please make sure that the following is correct: * An SD/eMMC card 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`. Then use this to get it: ```