-
Notifications
You must be signed in to change notification settings - Fork 5
/
menu.cfg
55 lines (55 loc) · 1.52 KB
/
menu.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
menu hshift 13
menu width 49
menu margin 8
menu title Installer boot menu
include ubuntu-installer/amd64/boot-screens/stdmenu.cfg
menu begin install ubuntu x64
menu title Install Ubuntu x64
include boot-screens/stdmenu.cfg
menu begin ubuntu
include boot-screens/install64.cfg
menu end
label mainmenu
menu label ^Back..
menu exit
menu end
menu begin install debian x86
menu title Install Debian x86
include boot-screens/stdmenu.cfg
menu begin ubuntu
include boot-screens/installDebian86.cfg
menu end
label mainmenu
menu label ^Back..
menu exit
menu end
menu begin live boot
menu title Live Boot
include boot-screens/stdmenu.cfg
label mainmenu
menu label ^Back..
menu exit
include boot-screens/livetxt.cfg
menu end
menu begin rescue
menu title Rescue Options
include boot-screens/rescuemenu.cfg
label mainmenu
menu label ^Back..
menu default
menu exit
include boot-screens/rescuetxt.cfg
menu end
label netboot.xyz
menu label Boot Netboot.XYZ via iPXE
kernel netboot.xyz.lkrn
label disk
menu label Boot from Hard Disk
menu default
localboot 0
label help
menu label ^Help
text help
Display help screens; type 'menu' at boot prompt to return to this menu
endtext
config ubuntu-installer/amd64/boot-screens/prompt.cfg