From 22c0cae9b00e75ce69faca62293a190875df0643 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sun, 6 May 2018 01:04:00 +0200 Subject: [PATCH] Update travis rpi cfg --- scripts/ci/rpi/mkimage.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/ci/rpi/mkimage.sh b/scripts/ci/rpi/mkimage.sh index e9b2776..243585c 100644 --- a/scripts/ci/rpi/mkimage.sh +++ b/scripts/ci/rpi/mkimage.sh @@ -50,6 +50,10 @@ mv "$(ls *.img | head -n 1)" "${IMAGE}" losetup -f loopdev=$(losetup --find --show "${IMAGE}") echo "Created loopback device ${loopdev}" + +echo "Fake delay to wait for loopdevice partitions." +sleep 5s + echo "Mounting filesystem." ls /dev/loop*