Stoiko Ivanov
2018-11-22 17:26:56 UTC
Changes from v2:
* Unify partitioning between ZFS and other (LVM, Btrfs) cases.
* Changes for the partitioning:
* drop the 8M partition (number 9) at the end of the disk for ZFS
(should people need to replace one disk by a slightly smaller one, they can
shrink the efi-partition by this amount)
* create the bios_boot partition from sectors 34:2047 (remaining space after
the primary GPT)
* change in semantics: users can provide the `hdsize` parameter (size that is
used), instead of minfree (size that is left unpartitioned).
* fixed a typo in an error-message
* readd the patch to use truncate instead of dd for the test.img creation
Stoiko Ivanov (7):
Unify and adapt disk partitioning
Remove partition_bootable_zfs_disk
Refactor $maxhdsize computation
Fix typo in error message.
Add hdsize spinbutton to ZFS grid
Do not create a swap zvol
buildsys: use truncate to create test.img
Makefile | 2 +-
proxinstall | 139 ++++++++++++++----------------------------------------------
2 files changed, 33 insertions(+), 108 deletions(-)
* Unify partitioning between ZFS and other (LVM, Btrfs) cases.
* Changes for the partitioning:
* drop the 8M partition (number 9) at the end of the disk for ZFS
(should people need to replace one disk by a slightly smaller one, they can
shrink the efi-partition by this amount)
* create the bios_boot partition from sectors 34:2047 (remaining space after
the primary GPT)
* change in semantics: users can provide the `hdsize` parameter (size that is
used), instead of minfree (size that is left unpartitioned).
* fixed a typo in an error-message
* readd the patch to use truncate instead of dd for the test.img creation
Stoiko Ivanov (7):
Unify and adapt disk partitioning
Remove partition_bootable_zfs_disk
Refactor $maxhdsize computation
Fix typo in error message.
Add hdsize spinbutton to ZFS grid
Do not create a swap zvol
buildsys: use truncate to create test.img
Makefile | 2 +-
proxinstall | 139 ++++++++++++++----------------------------------------------
2 files changed, 33 insertions(+), 108 deletions(-)
--
2.11.0
2.11.0