From 239377f05e66aeffa239958bf102cf53a043c8b9 Mon Sep 17 00:00:00 2001 From: emaste Date: Thu, 11 Feb 2016 14:45:18 +0000 Subject: [PATCH] Explain that boot1.efi prefers ZFS over UFS Reported by: smh --- share/man/man8/uefi.8 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/share/man/man8/uefi.8 b/share/man/man8/uefi.8 index a17fb08fe6d..4f7935ed5a7 100644 --- a/share/man/man8/uefi.8 +++ b/share/man/man8/uefi.8 @@ -92,6 +92,13 @@ for The search begins with partitions on the device from which .Pa boot1.efi was loaded, and continues with other available partitions. +If both +.Li freebsd-ufs +and +.Li freebsd-zfs +partitions exist on the same device the +.Li freebsd-zfs +partition is preferred. .Pa boot1.efi then loads and executes .Pa loader.efi . -- 2.11.4.GIT