[readme] clarify that restart of binfmt service is needed when installing this script

Signed-off-by: Dan Johansen <strit@manjaro.org>
This commit is contained in:
Dan Johansen 2021-06-23 08:54:31 +02:00
parent efaa017524
commit 7ec3d60dcc
No known key found for this signature in database
GPG Key ID: 084A7FC0035B1D49
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Then install the `manjaro-arm-installer` package with:
``` ```
sudo pacman -Syu manjaro-arm-installer 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 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. * 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 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: Then use this to get it:
``` ```