From: longpanda Date: Thu, 20 Feb 2025 16:29:38 +0000 (+0800) Subject: Fix the boot issue for pfSense 2.7.x (#2775) X-Git-Tag: v1.1.03~4 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/bea5607ea507558b68f96e065b2a12841af10932 Fix the boot issue for pfSense 2.7.x (#2775) --- diff --git a/INSTALL/grub/grub.cfg b/INSTALL/grub/grub.cfg index d1fb2b4..5bb87aa 100644 --- a/INSTALL/grub/grub.cfg +++ b/INSTALL/grub/grub.cfg @@ -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 diff --git a/INSTALL/ventoy/ventoy_unix.cpio b/INSTALL/ventoy/ventoy_unix.cpio index 630a5af..5432c16 100644 Binary files a/INSTALL/ventoy/ventoy_unix.cpio and b/INSTALL/ventoy/ventoy_unix.cpio differ diff --git a/Unix/ventoy_unix/pfSense/geom_ventoy_ko/14.x/64/geom_ventoy.ko.xz b/Unix/ventoy_unix/pfSense/geom_ventoy_ko/14.x/64/geom_ventoy.ko.xz new file mode 100644 index 0000000..204c39c Binary files /dev/null and b/Unix/ventoy_unix/pfSense/geom_ventoy_ko/14.x/64/geom_ventoy.ko.xz differ