6 lines
271 B
Markdown
6 lines
271 B
Markdown
|
By default, the installer will not expand the LUKS partition to 100%, which is needed for eg. snapshots etc, and to properly use LVM.
|
||
|
|
||
|
# Steps
|
||
|
1. Resize LUKS partition with parted -> resizepart (number) -> 100% -> quit
|
||
|
2. reboot
|
||
|
3. pvresize /dev/mapper/luks-YOURPARTITION
|