mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
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:
parent
f4bac77a41
commit
ee807503d0
1 changed files with 5 additions and 5 deletions
|
@ -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].
|
||||
+
|
||||
. Install the `fedora-arm-installer`:
|
||||
. Install the `arm-image-installer`:
|
||||
+
|
||||
[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:
|
||||
+
|
||||
[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:
|
||||
|
@ -55,11 +55,11 @@ Where:
|
|||
+
|
||||
[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"]
|
||||
----
|
||||
$ fedora-arm-image-installer --help
|
||||
$ arm-image-installer --help
|
||||
----
|
||||
|
||||
* For list of supported boards please check SUPPORTED-BOARDS file.
|
||||
|
|
Loading…
Reference in a new issue