Displaying 1 result from an estimated 1 matches for "ami_62_144".
2004 Aug 25
3
Menu help
...- pxelinux.cfg <this is a directory>
All the files and directories under tftpboot have permissions of 777.
In the pxelinux.cfg directory we have a file called default with a
simple menu. The contents of the file are:
prompt 1
default ami
label ami
kernel memdisk
append initrd=ami_62_144.img
label intel
kernel memdisk
append initrd=intel_10-100.img
When the desktop systems connect they receive an IP address from the
DHCP server then they get directed to the TFTP server and we receive the
following information on screen:
IP = 10.0.0.223:10.0.0.10:10.0.0.1:255.255.0.0
TF...