Revert "consoleconf: watch changes on install"

Doesn't work

This reverts commit 7b4bcb9922.
This commit is contained in:
Dimitri John Ledkov 2020-04-20 15:30:04 +01:00
parent 670c9c838a
commit 5f9fae19b6
1 changed files with 0 additions and 7 deletions

View File

@ -67,13 +67,6 @@ if [ "$(snap managed)" = "true" ]; then
exit 0 exit 0
fi 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 cat /usr/share/subiquity/console-conf-wait
read REPLY read REPLY
exec console-conf "$@" exec console-conf "$@"