File: tftplilo.conf.multi

package info (click to toggle)
m68k-vme-tftplilo 1.0.0-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 316 kB
  • ctags: 637
  • sloc: ansic: 5,475; makefile: 78
file content (44 lines) | stat: -rw-r--r-- 950 bytes parent folder | download
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
#
# Multiple machine configuration.
#
# Machines 192.168.1.2 to 192.168.1.20 always boot using an
# NFS root filesystem.
#
# Machines 192.168.2.33 and 192.168.3.40 wait 5 seconds for
# a key press before booting using the NFS configuration.
# If a key is pressed then the user can choose to boot using an
# initrd ramdisk root file system.
#

prompt     = No
delay      = 5
timeout    = 15
restricted = Yes

[crate]
delay      = 0
ip         = 192.168.1.2-20
boot       = nfs

[crate]
ip         = 192.168.2.33
ip         = 192.168.3.40
boot       = rd
default    = nfs

[boot]
label      = Ramdisk
alias      = rd
restricted = No
cmdline    = root=/dev/ram0
append     = ro console=/dev/ttyS0
kernel     = vmlinux
ramdisk    = ramdisk.img

[boot]
label      = NFS
kernel     = vmlinux-nfs
append     = root=/dev/nfs                                   \
              nfsroot=/home/crate-%C nfsaddrs=%C:%S:%g:%M::: \
              console=/dev/ttyS0