~jawn-smith/ubuntu/+source/ubiquity:nomodeset_startup_sound

Last commit made on 2021-01-20
Get this branch:
git clone -b nomodeset_startup_sound https://git.launchpad.net/~jawn-smith/ubuntu/+source/ubiquity
Only William Wilson can upload to this branch. If you are William Wilson please log in for upload directions.

Branch merges

Branch information

Name:
nomodeset_startup_sound
Repository:
lp:~jawn-smith/ubuntu/+source/ubiquity

Recent commits

ee8d7c7... by William Wilson

separating startup sound to it's own thread to wait for sound.target to be active

72ef8bc... by Jean-Baptiste Lallement

updated changelog

77f80b0... by Jean-Baptiste Lallement

Merge remote-tracking branch 'ubuntu-installer/kubuntu-systemd-display'

0ffb306... by Jean-Baptiste Lallement

updated changelog

f6dbf73... by Jean-Baptiste Lallement

Merge remote-tracking branch 'ubuntu-installer/no-future'

6f4bb8c... by Iain Lane

ubiquity-dm: Set DISPLAY in the systemd environment for kubuntu too

7fd769e... by Iain Lane

Drop all "from __future__ import print"

This was kept 8 years ago when porting to py3, because pyflakes required
it at the time to work properly. That's not the case now, so drop this
vestige.

e6cbe10... by Mauricio Faria de Oliveira

prepare: run in automatic mode

This allows 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.

LP: #1895351

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

9bc01b6... by Iain Lane

Finalise changelog

d43e11b... by Jean-Baptiste Lallement

Replaced deprecated imp module by importlib