Merge pull request #771 from mvo5/subiquity-show-install-logs

console-conf-wrapper: show snapd log during install
This commit is contained in:
Dimitri John Ledkov 2020-05-21 14:22:04 +01:00 committed by GitHub
commit 4ef44df38d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ fi
if grep -q 'snapd_recovery_mode=install' /proc/cmdline ; then
echo "Installing the system, please wait for reboot"
# XXX: replace with something more user friendly after the beta?
journalctl -u snapd.service -f
sleep infinity
fi