mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2024-12-22 13:05:17 +00:00
change pe volume size
This commit is contained in:
parent
4ca6bc618e
commit
b3d72506f9
@ -88,7 +88,7 @@ clearpart --all --initlabel --drives=vda
|
||||
part /boot/efi --fstype="efi" --ondisk=vda --size=128 --fsoptions="umask=0077,shortname=winnt" --label=efi
|
||||
part /boot --fstype="ext4" --ondisk=vda --size=350 --label=boot
|
||||
part pv.122 --fstype="lvmpv" --ondisk=vda --size=1 --grow --encrypted --luks-version=luks2
|
||||
volgroup system --pesize=12288 pv.122
|
||||
volgroup system --pesize=1024 pv.122
|
||||
logvol / --fstype="ext4" --size=8192 --label="root" --name=root --vgname=system
|
||||
|
||||
# System timezone
|
||||
|
Loading…
Reference in New Issue
Block a user