diff --git a/board/common/mkimage.sh b/board/common/mkimage.sh index d9ef3cffa5..3b8723c13c 100755 --- a/board/common/mkimage.sh +++ b/board/common/mkimage.sh @@ -50,7 +50,7 @@ mkdir -p $BOOT mount -o loop $loop_dev $BOOT msg "copying boot filesystem contents" -cp $BOOT_SRC/* $BOOT +cp -r $BOOT_SRC/* $BOOT sync msg "unmounting boot filesystem"