summaryrefslogtreecommitdiff
path: root/tcos/default.tpl
blob: b99ea010fe5f7c6349da708fda0ca5d7e596a777 (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
26
27
28
29
30
default tcos
prompt 1
timeout 200
display __TFTP_MSG__
F0 __TFTP_MSG__
F1 __TFTP_MSG_HELP1__
F2 __TFTP_MSG_HELP2__

label tcos
  kernel vmlinuz-__TCOS_KERNEL__
  append ramdisk_size=65536 initrd=initramfs-__TCOS_KERNEL__ root=/dev/ram0 boot=tcos quiet

label install
  kernel vmlinuz-__TCOS_KERNEL__
  append ramdisk_size=65536 initrd=initramfs-__TCOS_KERNEL__ root=/dev/ram0 boot=tcos quiet startx=N installer

label update
  kernel vmlinuz-__TCOS_KERNEL__
  append ramdisk_size=65536 initrd=initramfs-__TCOS_KERNEL__ root=/dev/ram0 boot=tcos quiet startx=N installer-update

label nfs
  kernel vmlinuz-__TCOS_KERNEL__
  append ramdisk_size=32768 initrd=initramfs-__TCOS_KERNEL__-nfs root=/dev/ram0 boot=tcos quiet


# other examples
#label tcos-low
#  kernel vmlinuz-__TCOS_KERNEL__
#  append ramdisk_size=65536 initrd=initramfs-__TCOS_KERNEL__ root=/dev/ram0 boot=tcos quiet noautofs noltspfs nosound
#