mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-05-29 14:25:33 -04:00
Fix the boot issue for pfSense 2.7.x (#2775)
This commit is contained in:
parent
b3c2bcf58f
commit
bea5607ea5
3 changed files with 7 additions and 0 deletions
|
@ -516,6 +516,13 @@ function ventoy_freebsd_proc {
|
|||
fi
|
||||
fi
|
||||
|
||||
if [ "$vt_freebsd_ver" = "14.x" ]; then
|
||||
if [ -e (loop)/boot/lua/brand-pfSense.lua ]; then
|
||||
set vtFreeBsdDistro=pfSense
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
if [ -n "${vtdebug_flag}" ]; then
|
||||
echo "This is $vtFreeBsdDistro $vt_freebsd_ver ${vt_freebsd_bit}bit"
|
||||
fi
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue