Commit bea5607e authored by longpanda's avatar longpanda
Browse files

Fix the boot issue for pfSense 2.7.x (#2775)

parent b3c2bcf5
...@@ -516,6 +516,13 @@ function ventoy_freebsd_proc { ...@@ -516,6 +516,13 @@ function ventoy_freebsd_proc {
fi fi
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 if [ -n "${vtdebug_flag}" ]; then
echo "This is $vtFreeBsdDistro $vt_freebsd_ver ${vt_freebsd_bit}bit" echo "This is $vtFreeBsdDistro $vt_freebsd_ver ${vt_freebsd_bit}bit"
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment