Update modules/ROOT/pages/_partials/proc_installing-fedora-on-a-raspberry-pi-using-the-fedora-arm-installer.adoc

The tool has been renamed from "fedora-arm-installer" to "arm-image-installer"
This commit is contained in:
Douglas Silva 2021-05-14 02:22:46 +00:00 committed by pbokoc
parent f4bac77a41
commit ee807503d0

View file

@ -30,18 +30,18 @@ This procedure shows Fedora users how to add Fedora ARM to a microSD for use wit
. Download a Fedora ARM image from the link:https://arm.fedoraproject.org/[Fedora ARM website]. . Download a Fedora ARM image from the link:https://arm.fedoraproject.org/[Fedora ARM website].
+ +
. Install the `fedora-arm-installer`: . Install the `arm-image-installer`:
+ +
[source,shell,subs="attributes"] [source,shell,subs="attributes"]
---- ----
$ dnf install -y fedora-arm-installer $ dnf install -y arm-image-installer
---- ----
+ +
. As the root user, write the Fedora ARM image to the microSD card: . As the root user, write the Fedora ARM image to the microSD card:
+ +
[source,shell,subs="quotes,attributes"] [source,shell,subs="quotes,attributes"]
---- ----
# fedora-arm-image-installer --image=__</path/to/fedora_image>__ --target=__<RPi_Version>__ --media=/dev/__<sd_card_device>__ --resizefs # arm-image-installer --image=__</path/to/fedora_image>__ --target=__<RPi_Version>__ --media=/dev/__<sd_card_device>__ --resizefs
---- ----
+ +
Where: Where:
@ -55,11 +55,11 @@ Where:
+ +
[NOTE] [NOTE]
==== ====
* To see usage options for the `fedora-arm-image-installer`, run: * To see usage options for the `arm-image-installer`, run:
+ +
[source,shell,subs="attributes"] [source,shell,subs="attributes"]
---- ----
$ fedora-arm-image-installer --help $ arm-image-installer --help
---- ----
* For list of supported boards please check SUPPORTED-BOARDS file. * For list of supported boards please check SUPPORTED-BOARDS file.