~mfo/ubiquity:lp1895351-focal

Last commit made on 2021-01-19
Get this branch:
git clone -b lp1895351-focal https://git.launchpad.net/~mfo/ubiquity
Only Mauricio Faria de Oliveira can upload to this branch. If you are Mauricio Faria de Oliveira please log in for upload directions.

Branch merges

Branch information

Name:
lp1895351-focal
Repository:
lp:~mfo/ubiquity

Recent commits

a69d008... by Mauricio Faria de Oliveira

prepare: run in automatic mode with ubiquity/prepare_automatic

This introduces the 'ubiquity/prepare_automatic' preseed option
to allow the prepare plugin to run in automatic mode (i.e. with
the 'automatic-ubiquity' option / ubiquity --automatic)

Currently the prepare plugin is just not run at all in that case,
but some users could benefit from it now that the ISOs ship with
e.g., nvidia drivers, to install 3rd party drivers automatically
during install, and not consume network bandwidth to download it.

The default value for the option is false, so not to change the
current behavior; otherwise more options that are not preseeded
in existing/working preseed files could be asked, and get stuck
in an automated/unattended install.

And when an user preseeds it to true, then it is expected that
such options are preseeded as needed. Note that the only option
needed as seen / not display the page is 'ubiquity/use_nonfree',
according to existing code.

LP: #1895351

Signed-off-by: Mauricio Faria de Oliveira <email address hidden>

80dc094... by Mauricio Faria de Oliveira

Finalize changelog

Signed-off-by: Mauricio Faria de Oliveira <email address hidden>

da04f21... by Mauricio Faria de Oliveira

Fix FTBFS with new pyflakes

This has been fixed in Groovy/20.10.4, no LP bug.

Signed-off-by: Mauricio Faria de Oliveira <email address hidden>

f856246... by Mauricio Faria de Oliveira

d-i: update sources to pick up partman-crypto

Also run `make -C d-i maintainer-clean` as the `source/` dir
is not populated in the git tree.

Signed-off-by: Mauricio Faria de Oliveira <email address hidden>

fc27640... by Iain Lane

Finalise changelog

fb1e1d7... by Iain Lane

Update changelog

e7ced20... by Iain Lane

gtk_ui, prepare: Run 'apt update' before installing OEM metapackages

We need to pick up any which might have been released after the ISO was
created.

LP: #1888241

ccfae48... by Dimitri John Ledkov

releasing package ubiquity version 20.04.15.1

79c68e9... by Dimitri John Ledkov

ubiquity-dm: start gsd-keyboard for keyboard indicator

When installing in non-english locale, multiple keyboard layouts are
configured during the ubiquity-dm session. Users must be able to
swtich between them during installation, to e.g. type hostname in
english, and given name in native language. Without gsd-keyboard
running, keyboard indicator does not appear in the ubiquity-dm
session.

LP: #1847307
(cherry picked from commit a3e3d6ecef01a9c73c32c814efe8383f1f4e4405)

2bd4ea4... by Jean-Baptiste Lallement

Do not export all pools

Only export pools that contain datasets mounted under /target
(LP: #1875045)

(cherry picked from commit 82a9b2587340908e7140f5ed38ae9f2841ad6152)