Skip to content

Commit

Permalink
Change path of mkfs.btrfs as that changed in Buster.
Browse files Browse the repository at this point in the history
Apparently the Buster-backports version of btrfs-progs was added to the
'normal' Buster distribution (in raspbian) in which that path changed
from /bin/ to /sbin/.

Signed-off-by: Diederik de Haas <[email protected]>
  • Loading branch information
diederikdehaas committed Feb 16, 2021
1 parent 93a4add commit 2588623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function create_cpio {
cp tmp/lib/firmware/brcm/brcmfmac43430-sdio.{bin,txt} rootfs/lib/firmware/brcm

# btrfs-progs components
cp tmp/bin/mkfs.btrfs rootfs/bin/
cp tmp/sbin/mkfs.btrfs rootfs/sbin/

# busybox components
cp tmp/bin/busybox rootfs/bin
Expand Down

0 comments on commit 2588623

Please sign in to comment.