From 5f9fae19b6f59c0e8ad3a0d3846c9dac59d8e363 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Mon, 20 Apr 2020 15:30:04 +0100 Subject: [PATCH] Revert "consoleconf: watch changes on install" Doesn't work This reverts commit 7b4bcb99223cd772497fba0f6752f6ebd2bc7086. --- bin/console-conf-wrapper | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bin/console-conf-wrapper b/bin/console-conf-wrapper index a830e9f3..106b50df 100755 --- a/bin/console-conf-wrapper +++ b/bin/console-conf-wrapper @@ -67,13 +67,6 @@ if [ "$(snap managed)" = "true" ]; then exit 0 fi -if grep -q 'snapd_recovery_mode=install' /proc/cmdline; then - snap watch --last=install-system - snap tasks --last=install-system - read REPLY - exit 0 -fi - cat /usr/share/subiquity/console-conf-wait read REPLY exec console-conf "$@"