Skip to content

Commit 4fdaf77

Browse files
committed
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 <[email protected]>
1 parent e17e33f commit 4fdaf77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

usr.sbin/bsdinstall/scripts/bootconfig

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
BSDCFG_SHARE="/usr/share/bsdconfig"
3131
. $BSDCFG_SHARE/common.subr || exit 1
32+
FREEBSD_BOOTLABEL=$OSNAME
3233
f_dprintf "%s: loading_includes..." "$0"
3334
f_include $BSDCFG_SHARE/dialog.subr
3435

0 commit comments

Comments
 (0)