File: LVM_EFI

package info (click to toggle)
fai 6.5.5
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 2,072 kB
  • sloc: sh: 6,722; perl: 5,622; makefile: 138
file content (16 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# p=<partlabel> <mountpoint> <size>   <fs type> <mount options> <misc options>

# entire disk with LVM, separate /home

disk_config disk1 disklabel:gpt fstabkey:uuid align-at:1M

p=efi     /boot/efi 512M  vfat  rw
p=boot    /boot     500   ext4  rw,noatime
p=system  -         4G-   -     -

disk_config lvm

vg vg1  disk1.3
vg1-root     /       3G-50G   ext4    noatime,rw
vg1-swap     swap    200-4G   swap    sw
vg1-home     /home   600-     ext4    noatime,nosuid,nodev,rw