User Tools

Site Tools


ubuntu_netboot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu_netboot [2009/06/12 10:15] suapapaubuntu_netboot [2013/08/03 05:04] (current) – external edit 127.0.0.1
Line 7: Line 7:
 </code> </code>
 <code bash> <code bash>
-sudo apt-get install xinetd tftpd tftp+sudo apt-get install xinetd tftp-hpa tftpd-hpa
 Create /etc/xinetd.d/tftp and put this entry: Create /etc/xinetd.d/tftp and put this entry:
 service tftp service tftp
 { {
-protocol        udp +      disable                 no 
-port            = 69 +      socket_type             = dgram 
-socket_type     = dgram +      wait                    = yes 
-wait            = yes +      user                    root 
-user            nobody +      server                  = /usr/sbin/in.tftpd 
-server          = /usr/sbin/in.tftpd +      server_args             -v -s /tftpboot
-server_args     = /tftpboot +
-disable         = no+
 } }
 sudo /etc/init.d/xinetd start sudo /etc/init.d/xinetd start
ubuntu_netboot.1244801746.txt.gz · Last modified: 2013/08/03 05:04 (external edit)