bsdinstall: fix ps3 regression

b6644f5 introduces FREEBSD_BOOTLABEL="FreeBSD" as default value
but cc42ef5 removed this line, expecting it to be set by update_uefi_bootentry()

But ps3 don't use this function so its broken completely.

So we add this line back.

Signed-off-by: Chattrapat Sangmanee <aomsin27@hotmail.co.th>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1594
This commit is contained in:
Chattrapat Sangmanee 2025-02-08 04:31:56 +07:00 committed by Warner Losh
parent 12859ee366
commit 754bc3dcd3

View file

@ -29,6 +29,9 @@
BSDCFG_SHARE="/usr/share/bsdconfig"
. $BSDCFG_SHARE/common.subr || exit 1
FREEBSD_BOOTLABEL=$OSNAME
f_dprintf "%s: loading_includes..." "$0"
f_include $BSDCFG_SHARE/dialog.subr