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
8923d4b8
Commit
8923d4b8
authored
Dec 26, 2022
by
longpanda
Browse files
Fix the menu title of `F5 Tools ---> Power ---> $VTLANG_POWER_REBOOT_EFIFW`
parent
377cd9e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
INSTALL/grub/power.cfg
INSTALL/grub/power.cfg
+1
-1
No files found.
INSTALL/grub/power.cfg
View file @
8923d4b8
...
@@ -12,7 +12,7 @@ submenu "$VTLANG_POWER" --class=debug_power --class=F5tool {
...
@@ -12,7 +12,7 @@ submenu "$VTLANG_POWER" --class=debug_power --class=F5tool {
}
}
if [ "$grub_platform" != "pc" ]; then
if [ "$grub_platform" != "pc" ]; then
menuentry
'
$VTLANG_POWER_BOOT_EFIFW
'
--class=debug_efisetup --class=debug_power --class=F5tool {
menuentry
"
$VTLANG_POWER_BOOT_EFIFW
"
--class=debug_efisetup --class=debug_power --class=F5tool {
echo -e '\n\nRebooting to enter UEFI firmware setup ... \n'
echo -e '\n\nRebooting to enter UEFI firmware setup ... \n'
sleep 1
sleep 1
fwsetup
fwsetup
...
...
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