From 3c83dabebfe828d5a442eb5e024a64f8af7fcd1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Fri, 29 Jul 2022 18:24:42 +0200 Subject: [PATCH] Revert "Fix for build error on aarch64 with ERROR in function check_loop_device (#3831)" (#4027) This reverts commit 8d16d9f8104492bfaf99359ea0118069f1486c2d. --- lib/debootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/debootstrap.sh b/lib/debootstrap.sh index 89a7038eb6..caf386ff43 100644 --- a/lib/debootstrap.sh +++ b/lib/debootstrap.sh @@ -646,7 +646,7 @@ PREPARE_IMAGE_SIZE check_loop_device "$LOOP" - losetup -P $LOOP ${SDCARD}.raw + losetup $LOOP ${SDCARD}.raw # loop device was grabbed here, unlock flock -u $FD