]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - INSTALL/grub/debug.cfg
Add Thai language
[Ventoy.git] / INSTALL / grub / debug.cfg
1 submenu 'Check plugin json configuration (ventoy.json)' {
2 menuentry 'Check global control plugin configuration' {
3 set pager=1
4 vt_check_plugin_json $iso_path control $iso_path
5
6 echo -e "\npress ENTER to exit ..."
7 read vtInputKey
8 unset pager
9 }
10
11 menuentry 'Check theme plugin configuration' {
12 set pager=1
13 vt_check_plugin_json $iso_path theme $iso_path
14
15 echo -e "\npress ENTER to exit ..."
16 read vtInputKey
17 unset pager
18 }
19
20 menuentry 'Check auto install plugin configuration' {
21 set pager=1
22 vt_check_plugin_json $iso_path auto_install $iso_path
23
24 echo -e "\npress ENTER to exit ..."
25 read vtInputKey
26 unset pager
27 }
28
29 menuentry 'Check persistence plugin configuration' {
30 set pager=1
31 vt_check_plugin_json $iso_path persistence $iso_path
32
33 echo -e "\n############### dump persistence ###############"
34 vt_dump_persistence
35
36 echo -e "\npress ENTER to exit ..."
37 read vtInputKey
38 unset pager
39 }
40
41 menuentry 'Check menu alias plugin configuration' {
42 set pager=1
43 vt_check_plugin_json $iso_path menu_alias $iso_path
44
45 echo -e "\npress ENTER to exit ..."
46 read vtInputKey
47 unset pager
48 }
49
50 menuentry 'Return to previous menu [Esc]' VTOY_RET {
51 echo 'Return ...'
52 }
53 }
54
55 menuentry 'Return to previous menu [Esc]' VTOY_RET {
56 echo 'Return ...'
57 }