blob: 278da6134ac27b03f8dfb9d6c0d809dd261e5398 (
plain)
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
|
color white/blue black/light-gray
timeout 330
default /default
title OGnet (network)
kernel (pd)/ogclient/linux
initrd (pd)/ogclient/initrd.gz
boot
title OGcache
find --set-root /linuz
kernel /linuz ip=dhcp ro boot=og vga=788 irqpoll acpi=on engine=testing reposerver=172.17.36.15
initrd /initrd.img
boot
title OGiso
map --mem (pd)/ogclient.iso (0xFF)
map --hook
root (0xFF)
chainloader (0xFF)
boot
title PXELinux
pxe keep
chainloader --raw (pd)/pxelinux.0
|