3
0
mirror of https://git.launchpad.net/livecd-rootfs synced 2025-03-27 02:41:17 +00:00

Revert "Try to use udevadm settle after losetup to resolve race in riscv64 image builds."

This reverts commit ef146db89529fc7fbc48052e0b684f7cb95f34ee.
This commit is contained in:
Łukasz 'sil2100' Zemczak 2023-05-24 11:05:47 +02:00
parent 25b92777a0
commit 4dbd985231

@ -64,8 +64,6 @@ mount_image() {
local rootpart="$2"
loop_device=$(losetup --show -f -P -v ${backing_img})
udevadm settle
if [ ! -b ${loop_device} ]; then
echo "unable to find loop device for ${backing_img}"
exit 1