mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2025-02-06 08:29:27 +00:00
still bruteforcing the kickstart conf for disk partitioning
This commit is contained in:
parent
0380b31f07
commit
3e918a0bf0
@ -87,8 +87,8 @@ 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.
|
# 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/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 /boot --fstype="ext4" --ondisk=vda --size=350 --label=boot
|
||||||
part pv.122 --fstype="lvmpv" --ondisk=vda --size=8192 --encrypted --luks-version=luks2
|
part pv.122 --fstype="lvmpv" --ondisk=vda --size=1 --grow --encrypted --luks-version=luks2
|
||||||
volgroup system --pesize=8192 pv.122
|
volgroup system pv.122
|
||||||
logvol / --fstype="ext4" --size=8192 --label="root" --name=root --vgname=system
|
logvol / --fstype="ext4" --size=8192 --label="root" --name=root --vgname=system
|
||||||
|
|
||||||
# System timezone
|
# System timezone
|
||||||
|
Loading…
x
Reference in New Issue
Block a user