c.mo...@web.de escribió:
> hi!
> 
> I want to boot unattended from the network and reviewed this guide:
> http://unattended.sourceforge.net/advanced.php#netboot
> 
> I've already configured  tftpd-hpa and dhcp3 for usage of PXE installation / 
> Live-CD booting.
> 
> I would like to continue usage of these 2 tools.
> how must the configuration of files /etc/inetd.conf and /etc/dhcp3/dhcpd.conf 
> be to work with unattended 4.8?
> 
inetd.conf:
#:BOOT: TFTP service is provided primarily for booting.  Most sites
#       run this only on machines acting as "boot servers."
tftp            dgram   udp     wait    nobody  /usr/sbin/tcpd  
/usr/sbin/in.tftpd /srv/tftp

dhcpd.conf:

# option definitions common to all supported networks...
option domain-name "build";
option domain-name-servers 192.168.1.5;

default-lease-time 600;
max-lease-time 7200;

filename "pxelinux.0";
server-name "192.168.1.5";
next-server 192.168.1.5;

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to