ubiquity:kinetic

Last commit made on 2022-10-18
Get this branch:
git clone -b kinetic https://git.launchpad.net/ubiquity
Members of Ubuntu Installer Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
kinetic
Repository:
lp:ubiquity

Recent commits

6ee41c5... by William Wilson

Resolve merge conflict in d/changelog

6f2f48d... by William Wilson

Fix up changelog version number

78bf5bc... by William Wilson

Temporarily disable zfs + encryption option

6a71c52... by Steve Langasek

releasing package ubiquity version 22.10.9

201b238... by Ɓukasz Zemczak

Tweak version number.

513cfb4... by Adrien Nader

Add changelog entry for minimal partition size margin.

3e4225d... by Adrien Nader

partman/resize: add a margin to the minimal size for partition shrinking

The current estimation of the minimal size of a filesystem is used as-is
without any margin. However these are only estimations and filesystems
shrunk to their minimum are not usable anymore. This is especially the
case for ext4 since the estimation does not take into account the
numerous filesystem features.

For ext4 we could improve the estimation too but this is a difficult
task with shell scripting and probably not worth considering the issue
has probably existed for a long time and no user seems to have
complained so far (maybe they worked around the issue by not trying to
shrink as much as possible).

Therefore, add the same margin as in subiquity: max(minsize*0.25, 2GiB).

LP: #1991083

1104a73... by Brian Murray

releasing package ubiquity version 22.10.8

3458b86... by Brian Murray

Add in a changelog entry for eeickmeyer

99e28a7... by Brian Murray

Merge remote-tracking branch 'eeickmeyer/main'