diff --git a/modules/ROOT/pages/_partials/proc_installing-fedora-on-a-raspberry-pi-using-the-fedora-arm-installer.adoc b/modules/ROOT/pages/_partials/proc_installing-fedora-on-a-raspberry-pi-using-the-fedora-arm-installer.adoc index e7f02e5..33aeaab 100644 --- a/modules/ROOT/pages/_partials/proc_installing-fedora-on-a-raspberry-pi-using-the-fedora-arm-installer.adoc +++ b/modules/ROOT/pages/_partials/proc_installing-fedora-on-a-raspberry-pi-using-the-fedora-arm-installer.adoc @@ -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.