mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2024-12-22 13:05:17 +00:00
modify the filesystem installation scheme
This commit is contained in:
parent
13aeff7c23
commit
4ca6bc618e
@ -87,9 +87,9 @@ clearpart --all --initlabel --drives=vda
|
||||
# Will create an efi partitition of 128 MiB, a boot partition of 350 MiB on disk vda using the ext4 filesystem. The remaining space will be used for root.
|
||||
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=10 GiB --encrypted --luks-version=luks2
|
||||
volgroup system --pesize=10 GiB pv.122
|
||||
logvol / --fstype="ext4" --size=9 GiB --label="root" --name=root --vgname=system
|
||||
part pv.122 --fstype="lvmpv" --ondisk=vda --size=1 --grow --encrypted --luks-version=luks2
|
||||
volgroup system --pesize=12288 pv.122
|
||||
logvol / --fstype="ext4" --size=8192 --label="root" --name=root --vgname=system
|
||||
|
||||
# System timezone
|
||||
timezone Europe/Paris --utc
|
||||
|
Loading…
Reference in New Issue
Block a user