subiquity:ubuntu/noble

Last commit made on 2024-04-17
Get this branch:
git clone -b ubuntu/noble https://git.launchpad.net/subiquity

Branch merges

Branch information

Name:
ubuntu/noble
Repository:
lp:subiquity

Recent commits

74c37fe... by Dan Bungert

Merge pull request #1976 from ogayot/curtin-string-interpolation

snapcraft: bump curtin rev for ZFS string interpolation fix

4bbab28... by Olivier Gayot

snapcraft: bump curtin rev for ZFS string interpolation fix

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

aaf0d56... by Olivier Gayot

Merge pull request #1968 from ogayot/server-ignore-mirror-test-offline

mirror: if the mirror test fails, suggest an offline install

0bb4915... by Olivier Gayot

mirror: if mirror test fails, suggest an offline install

In the mirror screen, if the test fails and the user decides to ignore
the failure, we used to continue the installation normally ; which in
most scenarios resulted in an error at a later stage of the
installation.

Instead, we now revert to an installation without network (i.e., only
packages from the pool are considered for installation) if the user
decides to ignore the failure.

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

ac60b18... by Dan Bungert

Merge pull request #1975 from ogayot/v2-systems-log-error

storage: log snapd response text when v2/systems/{system} or v2/snaps/{snap} fails

b2f9ce3... by Olivier Gayot

refresh: log snapd response text when v2/snaps/{snap} fails

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

3e9d976... by Olivier Gayot

storage: log snapd response text when v2/systems/{system} fails

When the request to v2/systems/enhanced-secureboot-desktop (or
equivalent) fails, Subiquity did not capture the reason. This makes
it difficult to understand why this call sometimes fails. We now log the
response text to understand better what's going on.

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

2550aaa... by Dan Bungert

Merge pull request #1974 from dbungert/quiet-splash

curtin: desktop grub.replace_linux_default False

ecfe394... by Dan Bungert

curtin: desktop grub.replace_linux_default False

Grub provides "quiet splash" for GRUB_CMDLINE_LINUX_DEFAULT out of the
box, but curtin rewrites that value and drops both "quiet" and "splash".
On desktop, retain "quiet splash".

This should be configurable via autoinstall if this change is undesired.

5226839... by Dan Bungert

Merge pull request #1973 from dbungert/lp-2057661

snapcraft: rev for more zfs / udev fixes