mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-28 06:54:52 +00:00
initial step added to ARM installer for Pi
This commit is contained in:
parent
ee9e4b8839
commit
5f17c33961
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
= Fedora on Raspberry Pi
|
||||
Flo H; jtagcat; The Fedora Docs Team
|
||||
:revnumber: F38
|
||||
:revdate: 2023-08-14
|
||||
:revdate: 2023-12-07
|
||||
:category: Installation
|
||||
:tags: How-to, ARM-SBC, Raspberry-Pi
|
||||
|
||||
|
@ -65,6 +65,11 @@ 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://fedoraproject.org/[Fedora website]
|
||||
+
|
||||
. Check the integrity of the download
|
||||
curl https://getfedora.org/static/fedora.gpg | gpg --import
|
||||
gpg --verify-files *-CHECKSUM
|
||||
sha256sum -c *-CHECKSUM
|
||||
|
||||
. Install the `arm-image-installer`:
|
||||
+
|
||||
[source,shell,subs="attributes"]
|
||||
|
|
Loading…
Reference in a new issue