mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
bsdinstall: fix ps3 regression
b6644f5introduces FREEBSD_BOOTLABEL="FreeBSD" as default value butcc42ef5removed 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:
parent
12859ee366
commit
754bc3dcd3
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue