diff --git a/live-build/functions b/live-build/functions index 85c3a50f..3d01b0e3 100644 --- a/live-build/functions +++ b/live-build/functions @@ -234,6 +234,8 @@ umount_partition() { mount --make-private $mountpoint umount $mountpoint udevadm settle + # workaround for LP: 1960537 + sleep 30 if [ -n "${rootfs_dev_mapper}" -a -b "${rootfs_dev_mapper}" ]; then # buildd's don't have /etc/mtab symlinked