~seb128/utah:desktop-udi-provisioning

Last commit made on 2023-04-03
Get this branch:
git clone -b desktop-udi-provisioning https://git.launchpad.net/~seb128/utah
Only Sebastien Bacher can upload to this branch. If you are Sebastien Bacher please log in for upload directions.

Branch merges

Branch information

Name:
desktop-udi-provisioning
Repository:
lp:~seb128/utah

Recent commits

9add439... by Sebastien Bacher

Use absolute path for files copies, fix the script under subiquity

ae10898... by Sebastien Bacher

The latecommand-wrapper isn't used for udi

The script is called as an autoinstall latecommand instead

fbf7e9f... by Sebastien Bacher

Set the utah generated hostname for udi so the dns works

c369472... by Paride Legovini

setuptools: fix typo (missing parenthesis)

ce2c4c2... by Paride Legovini

setuptools: set version to the upstream d/changelog version

Version strings with a ~ (e.g. generated by Launchpad recipes)
are not PEP 440 compliant and break the build with newer
setuptools versions (>= Lunar).

0935b42... by Paride Legovini

Bump the default VM specs

Default disk size: 8GB -> 16GB
Default RAM allocation: 2GB -> 4GB

2a95463... by Sebastien Bacher

Update the previsioning code for the new desktop installer

554ae55... by Paride Legovini

Update the ISO tests for the UDI desktop installer

Partially based on:

https://code.launchpad.net/~seb128/utah/+git/utah/+merge/436867

Thanks: Sebastien Bacher, Heather Ellsworth.

5fd505c... by Paride Legovini

Fixup or Python 3.11 compatibility

Python 3.11 does not support opening files in 'U' mode anymore.

14d8fcd... by Paride Legovini

PyYAML: switch from yaml.load() to safe_load()

Using load() without specifying a loader is not supported anymore
in newer Python versions; safe_load() should be enough for utah.