Difference between revisions of "TFTP server manage netboot kernels"
(Created page with "Category:Linux =TFTP folder tree== This is how we'll setup our files and folders: <syntaxhighlight lang="bash"> ##### TFTP root /tftpboot/ ...") |
|||
Line 3: | Line 3: | ||
− | =TFTP folder tree | + | =TFTP folder tree= |
This is how we'll setup our files and folders: | This is how we'll setup our files and folders: |
Revision as of 09:09, 21 August 2014
TFTP folder tree
This is how we'll setup our files and folders:
##### TFTP root
/tftpboot/
#### PXE application
/tftpboot/pxelinux.0
#### Boot configuration
/tftpboot/{menu.c32 || vesamenu.c32} # PXE interactive menu managers (text or graphical)
/tftpboot/pxelinux.cfg/ # PXE configuration(s)
/tftpboot/pxelinux.cfg/default # default PXE configuration
#### Netboot Kernels
/tftpboot/images/