Skip to content

Commit 3b33562

Browse files
authored
Merge pull request #46 from Itxaka/ignore_kpartx_failiure
2 parents c07dfad + 30afd35 commit 3b33562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools-image/build-arm-image.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ sync
446446
sleep 5
447447
sync
448448

449-
kpartx -dv $DRIVE
449+
kpartx -dv $DRIVE || true
450450

451451
umount $DRIVE || true
452452

0 commit comments

Comments
 (0)