Skip to content

Commit

Permalink
Support Stratodesk NoTouch OS (#1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
ventoy committed Jun 5, 2022
1 parent 1065a41 commit bf2517b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions INSTALL/grub/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf2517b

Please sign in to comment.