mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-10 17:41:32 +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:
parent
25b92777a0
commit
4dbd985231
@ -64,8 +64,6 @@ mount_image() {
|
|||||||
local rootpart="$2"
|
local rootpart="$2"
|
||||||
loop_device=$(losetup --show -f -P -v ${backing_img})
|
loop_device=$(losetup --show -f -P -v ${backing_img})
|
||||||
|
|
||||||
udevadm settle
|
|
||||||
|
|
||||||
if [ ! -b ${loop_device} ]; then
|
if [ ! -b ${loop_device} ]; then
|
||||||
echo "unable to find loop device for ${backing_img}"
|
echo "unable to find loop device for ${backing_img}"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user