Skip to content

Commit 2588623

Browse files
Change path of mkfs.btrfs as that changed in Buster.
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]>
1 parent 93a4add commit 2588623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ function create_cpio {
184184
cp tmp/lib/firmware/brcm/brcmfmac43430-sdio.{bin,txt} rootfs/lib/firmware/brcm
185185

186186
# btrfs-progs components
187-
cp tmp/bin/mkfs.btrfs rootfs/bin/
187+
cp tmp/sbin/mkfs.btrfs rootfs/sbin/
188188

189189
# busybox components
190190
cp tmp/bin/busybox rootfs/bin

0 commit comments

Comments
 (0)