name the correct, non-deprecated, persistence label first
[grml-live.git] / templates / boot / isolinux / addons.cfg
1 menu begin addons
2 menu title Addons
3
4 label mainmenu
5 menu label ^Back to main menu...
6 menu exit
7 menu separator
8
9 include addons_list.cfg
10
11
12
13
14
15
16
17
18 label exit
19 menu hide
20 kernel isolinux.bin
21
22 label back
23 menu hide
24 kernel isolinux.bin
25
26 label quit
27 menu hide
28 kernel isolinux.bin
29
30 menu end