]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
Support Stratodesk NoTouch OS (#1652)
authorlongpanda <admin@ventoy.net>
Sun, 5 Jun 2022 03:32:15 +0000 (11:32 +0800)
committerlongpanda <admin@ventoy.net>
Sun, 5 Jun 2022 03:32:15 +0000 (11:32 +0800)
INSTALL/grub/grub.cfg

index 0c07bf28a858f99eab735cb0e87822970c75d432..2d2498b00d39f9335ebe0e5c263932cd1f2a11eb 100644 (file)
@@ -688,6 +688,9 @@ function uefi_linux_menu_func {
         vt_linux_initrd_count vtcount
         
         if [ $vtcount -eq 0 ]; then
+            if [ -e (loop)/EFI/boot/livegrub.cfg ]; then
+                vt_linux_parse_initrd_grub  file  (loop)/EFI/boot/livegrub.cfg
+            fi
             distro_specify_initrd_file_phase2
             
             if [ "$vt_efi_dir" = "NO" ]; then