# # Sample netboot client database # # Copyright (C) 1998-2003 Gero Kuhlmann # # $Id: netboot.db.sample,v 1.4 2003/01/25 23:29:43 gkminix Exp $ # # ##################################################################### # # Definitions for client1 # # Bootrom definitions # [client1:makerom] kernel = //binaries/kernel.bin bustype = PCI pcivendor = 0x10EC pcidevice = 0x8029 netdriver = //binaries/netpkt.bin netdrvtype = packet driver loader1 = //binaries/floppy.bin loader2 = //binaries/rom.bin loader3 = //binaries/rom.bin outname1 = image.flo outname2 = image.rom outname3 = bootImage-flash outtype1 = binary outtype2 = intel hex outtype3 = flash ldopts1 = ldopts2 = useint18,bootask,cardinst ldopts3 = useint18,bootask pktdriver = pktdrvr/pcipkt.com pktargs = 0x62 pktminsize = 4976 pktmaxsize = 13520 # # MS-DOS definitions # [client1:dos:mknbi-dos] outfile = bootImage-dos ramdisk-image = rdimage-dos # # OpenDOS definitions # [client1:opendos:mknbi-dos] outfile = bootImage-opendos ramdisk-image = rdimage-opendos # # Linux definitions (dynamic IP address allocation) # [client1:dynamic:mknbi-linux] outfile = bootImage-linux-dynamic kernel = zImage root-dir = rom ip-addrs = rom # # Linux definitions (static IP address allocation) # [client1:static:mknbi-linux] outfile = bootImage-linux-static kernel = zImage root-dir = rom ip-addrs = client1:server::255.255.255.240:client1:eth0 ramdisk-image = rdimage-linux ramdisk-mode = auto # # MGL definitions # [client1:mknbi-mgl] outfile = bootImage-menu infile = bootMenu.mgl optimize = 386