Port EFI support to stretch

This commit is contained in:
Carl D. Roth
2017-08-25 10:51:49 -07:00
parent 32a1e64c4b
commit b0c8892e66
2 changed files with 10 additions and 0 deletions

View File

@@ -11,3 +11,5 @@
- hw-management
- sx-kernel
- onl-kernel-3.16-lts-x86-64-all-modules
- efibootmgr
- gdisk

View File

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