subiquity:main

Last commit made on 2024-05-14
Get this branch:
git clone -b main https://git.launchpad.net/subiquity

Branch merges

Branch information

Name:
main
Repository:
lp:subiquity

Recent commits

dea2ca2... by Chris Peterson

Merge pull request #1994 from Chris-Peterson444/merge-netplan-config

network: drop logic to split out wifi config

7a2002b... by Olivier Gayot

Merge pull request #1991 from ogayot/console-conf-uc24-next-screen

console-conf: fix calls to prev_screen without await

45d0c7a... by Chris Peterson

network: drop logic to split out wifi config

In commit 9ecc4060b (PR #1911), we changed the permissions of the
written netplan config files to be stricter but still retained the
logic to separate out the wifi information. Since these both are
likely to contain secrets and also have the same permissions, we can
keep the config merged.

c6a1b58... by Chris Peterson

Merge pull request #1972 from Chris-Peterson444/reset-partition-bug

filesystem: reset-partition size bug

652f732... by Chris Peterson

filesystem: reset-partition size bug

In python, bool is a subclass of int so we can't use isinstance
to check if the user specified a size for the reset partition.
This causes autoinstall with "reset-partition: True" and
"reset-partition-only: true" to crash the installer due to creating
a reset-partition of size 1 (LP: #2061042).

b2e9393... by Michael Hudson-Doyle

Merge pull request #1992 from mwhudson/rename-core-integration-test

rename "core" examples to "core-desktop"

d9f4f72... by Michael Hudson-Doyle

rename "core" examples to "core-desktop"

We'll hopefully be able to install other kinds of core system soon.

0398ec8... by Olivier Gayot

console-conf: fix calls to prev_screen without await

Signed-off-by: Olivier Gayot <email address hidden>

771fc13... by Michael Hudson-Doyle

Merge pull request #1984 from mwhudson/non-exhaustive-enums

subiquity.common.serialize: add a way to have a "non-exhaustive" enum

e3f16aa... by Michael Hudson-Doyle

use NonExhaustive to make snapdapi.Role an enum again