-
Epic
-
Resolution: Done
-
Normal
-
None
-
New partitioning schema in osbuild/images
-
Done
-
image-builder-2
-
20
-
0% To Do, 0% In Progress, 100% Done
-
False
Goal:
- Implement advanced partitioning for osbuild-composer's blueprints:
-
- It's possible to have custom mountpoints.
- The goal is to be pretty flexible, but it should not be possible to nonsense mountpoints like /sys and /proc (the current ruleset in composer is fairly good).
- It's possible to create LVM-based images. This means that all partitions are on LVs except /boot and /boot/efi.
- It's possible to create an LV-based swap.
- It's possible to give VGs and LVs custom names.
- It's possible to set custom mount options for fstab.
- It's possible to select between ext4 and xfs.
- It's possible to have custom mountpoints.
Acceptance Criteria:
- All goals are implemented.
Out of scope:
- No multiple VGs nor PVs on one image.
- Swapfiles