Skip to content

Commit

Permalink
Minor RPI doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vmpn authored and travier committed Oct 28, 2024
1 parent 27968e3 commit df43a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/provisioning-raspberry-pi4.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Now mount the ESP partition and copy the files over:

[source, bash]
----
FCOSEFIPARTITION=$(lsblk $FCOSDISK -J -oLABEL,PATH | jq -r '.blockdevices[] | select(.label == "EFI-SYSTEM")'.path)
FCOSEFIPARTITION=$(lsblk $FCOSDISK -J -oLABEL,PATH | jq -r '.blockdevices[] | select(.label == "EFI-SYSTEM").path')
mkdir /tmp/FCOSEFIpart
sudo mount $FCOSEFIPARTITION /tmp/FCOSEFIpart
sudo rsync -avh --ignore-existing /tmp/RPi4boot/boot/efi/ /tmp/FCOSEFIpart/
Expand Down

0 comments on commit df43a4c

Please sign in to comment.