]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/grub/grub.cfg
Add missing manifest file.
[Ventoy.git] / INSTALL / grub / grub.cfg
index f68f2c3f9635d2fdb8bb9fbaadcc6d3f6b1e83ea..0ef6912246e32697eac854b03d977d3e1239a838 100644 (file)
@@ -421,6 +421,11 @@ function ventoy_freebsd_proc {
     set vtFreeBsdDistro=FreeBSD
     set vt_freebsd_ver=xx
 
+    if [ -e (loop)/boot/kernel/geom_ventoy.ko ]; then
+        vt_unix_ko_fillmap /boot/kernel/geom_ventoy.ko
+        return
+    fi
+
     if vt_strstr "$vt_volume_id" "GHOSTBSD"; then
         ventoy_get_ghostbsd_ver "$1" "${chosen_path}"
     elif vt_strstr "$vt_volume_id" "FREENAS"; then
@@ -472,10 +477,6 @@ function ventoy_freebsd_proc {
         set vt_freebsd_ver=9.x
     fi
     
-    if [ -e (loop)/boot/kernel/geom_ventoy.ko ]; then
-        vt_unix_ko_fillmap /boot/kernel/geom_ventoy.ko
-        return
-    fi
     
     if [ -e (loop)/usr/freebsd-dist/cloninst.sh ]; then
         set vtFreeBsdDistro=ClonOS
@@ -2017,7 +2018,7 @@ function img_unsupport_menuentry {
 #############################################################
 #############################################################
 
-set VENTOY_VERSION="1.0.61"
+set VENTOY_VERSION="1.0.62"
 
 #ACPI not compatible with Window7/8, so disable by default
 set VTOY_PARAM_NO_ACPI=1