-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefault
41 lines (30 loc) · 1011 Bytes
/
default
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
default vesamenu.c32
timeout 600
display boot.msg
menu clear
menu background splash.png
menu title Red Hat Enterprise Linux 8.2
menu vshift 8
menu rows 18
menu margin 8
menu helpmsgrow 15
menu tabmsgrow 13
menu tabmsg Press Tab for full configuration options on menu items.
menu separator # insert an empty line
menu separator # insert an empty line
label local
menu label Boot from ^local drive
localboot 0xffff
menu separator # insert an empty line
label linux
menu label ^Install serverc.lab.example.com
kernel vmlinuz
append initrd=initrd.img inst.repo=http://172.25.254.254/content/rhel8.2/x86_64/dvd/ inst.ks=http://172.25.250.10/ks/serverc.ks quiet
menu separator # insert an empty line
label linux
menu label ^Install servere.lab.example.com
kernel vmlinuz
append initrd=initrd.img inst.repo=http://172.25.254.254/content/rhel8.2/x86_64/dvd/ inst.ks=http://172.25.250.10/ks/servere.ks quiet
menu separator # insert an empty line
menu separator # insert an empty line
menu end