diff --git a/debian/changelog b/debian/changelog index 372412af..3c1040ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.751) jammy; urgency=medium + + * Revert patch for unmounting in local builds as it is causing autopkgtest + regressions + + -- William 'jawn-smith' Wilson Wed, 12 Jan 2022 13:43:24 -0600 + livecd-rootfs (2.750) jammy; urgency=medium * Do not look for a base snap on snaps of type base, because recursive diff --git a/live-build/functions b/live-build/functions index e0e17a3e..a88e0cba 100644 --- a/live-build/functions +++ b/live-build/functions @@ -158,17 +158,10 @@ teardown_mountpoint() { # ensure we have exactly one trailing slash, and escape all slashes for awk mountpoint_match=$(echo "$mountpoint" | sed -e's,/$,,; s,/,\\/,g;')'\/' - - # Make all submounts private - for submount in $(awk