diff --git a/bin/console-conf-wrapper b/bin/console-conf-wrapper index 644e97a4..e64e080e 100755 --- a/bin/console-conf-wrapper +++ b/bin/console-conf-wrapper @@ -8,6 +8,11 @@ trap true HUP INT QUIT TSTP # happened and need to force it on. Yay UNIX! stty icrnl +if [ "$(snap managed)" = "true" ]; then + touch /var/lib/console-conf/complete + exit 0 +fi + cat /usr/share/subiquity/console-conf-wait read REPLY exec console-conf "$@" diff --git a/debian/changelog b/debian/changelog index 904a931f..a39ba499 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +subiquity (0.0.20) UNRELEASED; urgency=medium + + [ Michael Vogt ] + * Update code to follow latest `snap managed` API. + + -- Mathieu Trudel-Lapierre Fri, 07 Oct 2016 11:33:12 -0400 + +subiquity (0.0.19) yakkety; urgency=medium + + [ Michael Hudson-Doyle ] + * Code cleanups and refactoring. + * console-conf: do nothing if a snap system is managed. + + -- Mathieu Trudel-Lapierre Wed, 05 Oct 2016 13:45:37 -0400 + subiquity (0.0.18) yakkety; urgency=medium [ Michael Hudson-Doyle ]