~jibel/ubiquity:zfs_fixes

Last commit made on 2019-11-12
Get this branch:
git clone -b zfs_fixes https://git.launchpad.net/~jibel/ubiquity
Only Jean-Baptiste Lallement can upload to this branch. If you are Jean-Baptiste Lallement please log in for upload directions.

Branch merges

Branch information

Name:
zfs_fixes
Repository:
lp:~jibel/ubiquity

Recent commits

3d62cb2... by Jean-Baptiste Lallement

ZFS: Do not show that an ESP will be created if it already exists

05371e6... by Jean-Baptiste Lallement

ZFS: make partition layont in partman confirmation dialog translatable

7572cd4... by Jean-Baptiste Lallement

Separated tests for existance of ESP and if we are in legacy mode

ce2a869... by Jean-Baptiste Lallement

Addressed comments from review

1f72fe6... by Jean-Baptiste Lallement

Moved temp files to a common directory

0ba9e2e... by Jean-Baptiste Lallement

rebased on master

Updated the code following the merge of the advanced dialog.
Do not break on derivatives where zfs is not implemented in the
installer like KDE.

f12f7c5... by Jean-Baptiste Lallement

Updated changelog

b8aa9b4... by Jean-Baptiste Lallement

Always create an ESP and moved grub to the ESP

The ESP is always created even in legacy mode. There is no more
partition dedicated to grub but grub has been moved to the ESP. fstab is
updated accordingly to always mount the ESP and bindmount grub to it's
expected location under /boot/grub.

281f737... by Jean-Baptiste Lallement

Fixes layout display

Various fixes to layout calculation
- really calls zsys-setup layout
- Return expected partition even if /target isn't yet ready
- pep8 fixes

cb78e08... by Jean-Baptiste Lallement

partman confirm dialog displays really what will be done

partman confirmation dialog showed that an ext4 partition will be
created. However zsys-setup repartitions it to create the zfs pools. We
now catch the message and update it to display what wil actually be done
to the disk (LP: #1847719)