mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2025-01-03 09:35:26 +00:00
use 'percent' option instead of 'grow'
This commit is contained in:
parent
9a87cc6222
commit
af44a69e5a
@ -89,7 +89,7 @@ part /boot/efi --fstype="efi" --ondisk=vda --size=128 --fsoptions="umask=0077,sh
|
||||
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
|
||||
logvol / --fstype="ext4" --grow --label="root" --name=root --vgname=system
|
||||
logvol / --fstype="ext4" --percent 100 --label="root" --name=root --vgname=system
|
||||
|
||||
# System timezone
|
||||
timezone Europe/Paris --utc
|
||||
|
Loading…
Reference in New Issue
Block a user