[Bug 255081] bsdinstall script installerconfig - does not install efi loader

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 28 May 2021 13:45:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255081

--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=4aaf6dd0a6b11accf34ca999465c34e29153680f

commit 4aaf6dd0a6b11accf34ca999465c34e29153680f
Author:     Nathan Whitehorn <nwhitehorn@FreeBSD.org>
AuthorDate: 2021-05-14 12:30:41 +0000
Commit:     Nathan Whitehorn <nwhitehorn@FreeBSD.org>
CommitDate: 2021-05-28 13:43:35 +0000

    Fix scripted installs on EFI systems using ZFS root with zfsboot.

    Unlike attended installations, scripted installs did not mount non-ZFS
    partitions when ZFS root (via zfsboot) was selected. Since this included
    the ESP, the EFI loader was not installed. Copy logic from the
    attended-install path to make this work.

    PR:             255824, 255081
    MFC after:      1 week
    Obtained from:  Mark Huizer

    (cherry picked from commit 34766aa8cb514472c571f8b0e90e833833acef51)

 usr.sbin/bsdinstall/scripts/script | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.