Skip to content

Commit e65b3b9

Browse files
Mossman1215dustymabe
authored andcommitted
switch to dnf 5
based on feedback and testing
1 parent b974404 commit e65b3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/provisioning-raspberry-pi4.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In this case we can grab these files from the `uboot-images-armv8`, `bcm2711-fir
3838
----
3939
RELEASE=41 # The target Fedora Release. Use the same one that current FCOS is based on.
4040
mkdir -p /tmp/RPi4boot/boot/efi/
41-
sudo dnf4 install -y --downloadonly --release=$RELEASE --forcearch=aarch64 --destdir=/tmp/RPi4boot/ uboot-images-armv8 bcm283x-firmware bcm283x-overlays
41+
dnf download --resolve --releasever=$RELEASE --forcearch=aarch64 --destdir=/tmp/RPi4boot/ uboot-images-armv8 bcm283x-firmware bcm283x-overlays
4242
----
4343

4444
Now extract the contents of the RPMs and copy the proper `u-boot.bin` for the RPi4 into place:

0 commit comments

Comments
 (0)