mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-01-28 23:16:04 -05:00
Fix the syntax error in hu_HU.json
This commit is contained in:
parent
c9939a8cfc
commit
0501d03dbb
15
INSTALL/grub/distro/fwts.cfg
Normal file
15
INSTALL/grub/distro/fwts.cfg
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
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
|
||||||
|
}
|
@ -1,4 +1,4 @@
|
|||||||
|
{
|
||||||
"VTLANG_LANGUAGE_NAME": "Hungarian (Magyar)",
|
"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ü",
|
"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ü",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user