Add EFI-BOOT mount point

- optional
- depend on hokey "EFI System" GPT label, YMMV
- *TODO* use proper GPT UUID matching
This commit is contained in:
Carl D. Roth
2017-08-07 17:51:07 -07:00
parent a1cf697f67
commit 15efbdc540
2 changed files with 16 additions and 0 deletions

View File

@@ -17,3 +17,11 @@ mounts:
mount: ro
dir: /mnt/onl/boot
fsck: false
# ESP (EFI system partition)
EFI-BOOT:
mount: ro
dir: /mnt/onl/efi-boot
fsck: false
label: EFI System
optional: true

View File

@@ -18,3 +18,11 @@ mounts:
mount: rw
dir: /mnt/onl/boot
fsck: true
# ESP (EFI system partition)
EFI-BOOT:
mount: ro
dir: /mnt/onl/efi-boot
fsck: false
label: EFI System
optional: true