mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2025-01-27 20:05:16 +00:00
increase pesize to 4096
This commit is contained in:
parent
af44a69e5a
commit
08de808d36
@ -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 --grow --encrypted
|
||||
volgroup system --pesize=1024 pv.122
|
||||
volgroup system --pesize=4096 pv.122
|
||||
logvol / --fstype="ext4" --percent 100 --label="root" --name=root --vgname=system
|
||||
|
||||
# System timezone
|
||||
|
Loading…
x
Reference in New Issue
Block a user