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
0501d03d
Commit
0501d03d
authored
Jan 15, 2023
by
longpanda
Browse files
Fix the syntax error in hu_HU.json
parent
c9939a8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
INSTALL/grub/distro/fwts.cfg
INSTALL/grub/distro/fwts.cfg
+15
-0
INSTALL/grub/menu/hu_HU.json
INSTALL/grub/menu/hu_HU.json
+1
-1
No files found.
INSTALL/grub/distro/fwts.cfg
0 → 100644
View file @
0501d03d
set label="writable"
menuentry 'Firmware Test Suite' --class ubuntu --class gnu-linux --class gnu --class os {
set root='vtimghd,4'
linux /boot/vmlinuz root=LABEL=$label ro console=tty1 console=ttyS0 quiet
initrd /boot/initrd.img
}
menuentry 'Firmware Test Suite (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
set root='vtimghd,4'
echo 'Loading Linux ...'
linux /boot/vmlinuz root=LABEL=$label ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img
}
INSTALL/grub/menu/hu_HU.json
View file @
0501d03d
{
"VTLANG_LANGUAGE_NAME"
:
"Hungarian (Magyar)"
,
"VTLANG_STR_HOTKEY_LIST"
:
"L:Nyelv F1:Súgó F2:Tallóz F3:Listanézet F4:Helyi indítás F5:Eszközök F6:Bővített menü"
,
...
...
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