Commit bf2517bb authored by longpanda's avatar longpanda
Browse files

Support Stratodesk NoTouch OS (#1652)

parent 1065a419
...@@ -688,6 +688,9 @@ function uefi_linux_menu_func { ...@@ -688,6 +688,9 @@ function uefi_linux_menu_func {
vt_linux_initrd_count vtcount vt_linux_initrd_count vtcount
if [ $vtcount -eq 0 ]; then 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 distro_specify_initrd_file_phase2
if [ "$vt_efi_dir" = "NO" ]; then if [ "$vt_efi_dir" = "NO" ]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment