mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2025-01-03 09:35:26 +00:00
improve description for the disk part
This commit is contained in:
parent
d83679ffe2
commit
eb7378f3a1
@ -78,7 +78,7 @@ zerombr
|
|||||||
clearpart --all --initlabel --drives=vda
|
clearpart --all --initlabel --drives=vda
|
||||||
|
|
||||||
# Disk partitioning information.
|
# Disk partitioning information.
|
||||||
# Will create an efi partitition of 128 MiB, a boot partition of 384 MiB on disk vda using the ext4 filesystem. The remaining space will be used for root.
|
# Will create an efi partitition of 128 MiB (vda1), a boot partition of 384 MiB using the ext4 filesystem (vda2). The remaining space will be used for root (vda3). This set up uses LVM
|
||||||
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=384 --label=boot
|
part /boot --fstype="ext4" --ondisk=vda --size=384 --label=boot
|
||||||
part pv.122 --fstype="lvmpv" --ondisk=vda --grow
|
part pv.122 --fstype="lvmpv" --ondisk=vda --grow
|
||||||
|
Loading…
Reference in New Issue
Block a user