mirror of https://github.com/ventoy/Ventoy.git
Support Stratodesk NoTouch OS (#1652)
This commit is contained in:
parent
1065a41992
commit
bf2517bb25
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue