Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
425d6404
Commit
425d6404
authored
Jul 10, 2021
by
longpanda
Browse files
Fixed a bug for ventoy_openwrt.xz check.
parent
07d4140c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
INSTALL/grub/grub.cfg
INSTALL/grub/grub.cfg
+2
-4
No files found.
INSTALL/grub/grub.cfg
View file @
425d6404
...
@@ -1740,10 +1740,6 @@ function img_common_menuentry {
...
@@ -1740,10 +1740,6 @@ function img_common_menuentry {
fi
fi
fi
fi
if [ -d (vtimghd)/ ]; then
loopback -d vtimghd
fi
loopback vtimghd "${vtoy_iso_part}${vt_chosen_path}"
loopback vtimghd "${vtoy_iso_part}${vt_chosen_path}"
vt_img_sector "${vtoy_iso_part}${vt_chosen_path}"
vt_img_sector "${vtoy_iso_part}${vt_chosen_path}"
...
@@ -1808,6 +1804,8 @@ function img_common_menuentry {
...
@@ -1808,6 +1804,8 @@ function img_common_menuentry {
fi
fi
fi
fi
loopback -d vtimghd
set root=$vtback_root
set root=$vtback_root
vt_pop_last_entry
vt_pop_last_entry
set theme=$vtback_theme
set theme=$vtback_theme
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment