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 <strit@manjaro.org>
This commit is contained in:
parent
18470ce26d
commit
85e01aa75a
|
|
@ -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:
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue