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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 14 12:33:41 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255081

--- Comment #3 from commit-hook at FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=34766aa8cb514472c571f8b0e90e833833acef51

commit 34766aa8cb514472c571f8b0e90e833833acef51
Author:     Nathan Whitehorn <nwhitehorn at FreeBSD.org>
AuthorDate: 2021-05-14 12:30:41 +0000
Commit:     Nathan Whitehorn <nwhitehorn at FreeBSD.org>
CommitDate: 2021-05-14 12:30:41 +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

 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.


More information about the freebsd-sysinstall mailing list