subiquity:core/focal

Last commit made on 2023-06-12
Get this branch:
git clone -b core/focal https://git.launchpad.net/subiquity

Branch merges

Branch information

Name:
core/focal
Repository:
lp:subiquity

Recent commits

928bb16... by Dan Bungert

Merge pull request #1655 from kubiko/core/focal

bin/console-conf-wrapper: prefer use of snapd/modeenv

a86f3a6... by Ondrej Kubik

bin/console-conf-wrapper: prefer use of snapd/modeenv when determining snapd mode

Signed-off-by: Ondrej Kubik <email address hidden>

c77cc0a... by Michael Hudson-Doyle

Merge pull request #949 from mwhudson/core/focal-lp1898583

have console-conf-write-login-details exit with code 2 when no IPs found

ceb3f8f... by Michael Hudson-Doyle

have console-conf-write-login-details exit with code 2 when no IPs found

Also make the log files resulting from console-conf-write-login-details
execution a bit easier to spot.

71291b0... by Ian Johnson

bin/console-conf-wrapper: only run if available

Otherwise on a system without support for `snap routine console-conf-start`, console-conf will never actually run.

Thanks to @xnox for the suggestion.

Co-authored-by: Dimitri John Ledkov <email address hidden>
(cherry picked from commit ab27c235b06063a0d805ca8556bcdd177afd5ace)

5c0fa14... by Ian Johnson

bin/console-conf-wrapper: start snapd console-conf routine after user interacts

After the user has pressed enter to being using console-conf, we should invoke
the snapd routine for console-conf, which currently does the following:
* Unconditionally delays refreshes for 20 minutes from when first invoked.
* Blocks waiting for all pending refreshes to complete, including if those
  involve a reboot.

This is the first step towards a more integrated user story where console-conf
is a part of the first-boot process, and at least will minimize user confusion
where console-conf proceeds asking about network configuration and then just
hangs when snapd starts a refresh as soon as network is available.

The snap routine console-conf-start command was merged to snapd with
https://github.com/snapcore/snapd/pull/9418 and will be first available in snapd
2.48.

Signed-off-by: Ian Johnson <email address hidden>
(cherry picked from commit 7cc528ac6dbb3c38c7e6dc668af7a2f886d2d412)

5f158ee... by Dimitri John Ledkov <email address hidden>

Merge pull request #844 from mwhudson/lp-1881674

call apply_config when closing wlan dialog

8f62fae... by Michael Hudson-Doyle

call apply_config when closing wlan dialog

3abe38a... by Dimitri John Ledkov

Merge branch 'main' of https://github.com/CanonicalLtd/subiquity into core/focal

fc51315... by Michael Hudson-Doyle

Merge pull request #821 from mwhudson/fix-crash_directory-error

set crash directory in non dry-run builds (oops)