~xnox/ubiquity:submodules

Last commit made on 2020-06-11
Get this branch:
git clone -b submodules https://git.launchpad.net/~xnox/ubiquity
Only Dimitri John Ledkov can upload to this branch. If you are Dimitri John Ledkov please log in for upload directions.

Branch merges

Branch information

Name:
submodules
Repository:
lp:~xnox/ubiquity

Recent commits

72f4eb5... by Dimitri John Ledkov

d-i: vendorize d-i components with git submodule.

This changes the development process. A fresh recursive clone of the
repository is advised. This should clone ubiquity history, as well as
all the submodules, and alone building ubiquity without access to
mirrors, or apt-getting source packages.

3787df8... by Dimitri John Ledkov

Do not vendorize shim-signed scripts, simply use shim-signed scripts that are installed in live session already anyway.

40fd123... by Jean-Baptiste Lallement

Moved keystore to /run/

Co-authored-by: Didier Roche <email address hidden>

dba5619... by Jean-Baptiste Lallement

Various fixes in zsys-setup

Co-authored-by: Didier Roche <email address hidden>

e800f89... by Jean-Baptiste Lallement

Typos

Co-authored-by: Didier Roche <email address hidden>

eb72c8c... by Jean-Baptiste Lallement

partition table is always GPT

Following the changes in partman, on fresh disks the partition table is
always GPT even on BIOS machines.
On Bios systems an additional bios boot partition is created.
The MBR code has been removed from zsys-setup and partition indices now
account for the bios boot partition.

Co-authored-by: Didier Roche <email address hidden>

4cc7a49... by Jean-Baptiste Lallement

Add ZFS encryption UI

Co-authored-by: Didier Roche <email address hidden>

9c22b52... by Jean-Baptiste Lallement

Properly unmount target and its friends on zfs installation.

Co-authored-by: Didier Roche <email address hidden>

c2f155a... by Jean-Baptiste Lallement

force key when zfs encryption is activated.

Co-authored-by: Didier Roche <email address hidden>

e0c7276... by Jean-Baptiste Lallement

Properly calculate position of extended partition

Index of extended partition was of by one in non GPT case.

Co-authored-by: Didier Roche <email address hidden>