diff --git a/debian/changelog b/debian/changelog index c474b1ed..4f400b6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.646) focal; urgency=medium + + * Pass --verbose to `snap info` so that it includes the base. + + -- Iain Lane Mon, 24 Feb 2020 11:22:21 +0000 + livecd-rootfs (2.645) focal; urgency=medium [ Robert C Jennings ] diff --git a/live-build/functions b/live-build/functions index 4fc31579..3f88c5af 100644 --- a/live-build/functions +++ b/live-build/functions @@ -490,7 +490,7 @@ _snap_preseed() { # Determine if and what core snap is needed local snap_info - snap_info=$(snap info "${SNAP_NAME}") + snap_info=$(snap info --verbose "${SNAP_NAME}") if [ $? -ne 0 ]; then echo "Failed to retrieve base of $SNAP_NAME!"