2016-07-11 15:49:32 +02:00
|
|
|
|
# tftpboot
|
|
|
|
|
|
|
|
|
|
1. [Overview](#overview)
|
|
|
|
|
2. [Description](#description)
|
|
|
|
|
* [PXE files](#pxe_files)
|
|
|
|
|
* [Configuration files](#configuration_files)
|
|
|
|
|
* [Preseed](#preseed)
|
|
|
|
|
* [Scripts](#scripts)
|
|
|
|
|
3. [How to use it](#how_to_use_it)
|
|
|
|
|
4. [TODO](#todo)
|
|
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
|
|
|
|
|
All needed files to set up a PXE servers.
|
|
|
|
|
|
|
|
|
|
## Description
|
|
|
|
|
|
|
|
|
|
### PXE files
|
|
|
|
|
Use some bootloaders files provide by :
|
2016-07-20 12:02:56 +02:00
|
|
|
|
* `pxelinux` debian package :
|
2016-07-11 15:49:32 +02:00
|
|
|
|
* gpxelinux.0
|
|
|
|
|
* pxelinux.0
|
2016-07-20 12:02:56 +02:00
|
|
|
|
* `syslinux-common` debian package :
|
2016-07-11 15:49:32 +02:00
|
|
|
|
* chain.c32
|
|
|
|
|
* menu.c32
|
|
|
|
|
* reboot.c32
|
|
|
|
|
* vesamenu.c32
|
|
|
|
|
|
|
|
|
|
### Configuration files
|
|
|
|
|
|
|
|
|
|
### Preseed
|
|
|
|
|
|
|
|
|
|
### Script
|
|
|
|
|
|
|
|
|
|
See the [scripts's README.md][scripts readme.md] file for more informations.
|
|
|
|
|
|
2016-07-11 15:57:17 +02:00
|
|
|
|
## How to use it
|
|
|
|
|
|
|
|
|
|
## TODO
|
|
|
|
|
* Add a tiny preseed file that could be load for a manual install.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2016-07-11 15:49:32 +02:00
|
|
|
|
[scripts readme.md]: https://git.ipr.univ-rennes1.fr/cellinfo/tftpboot/src/master/scripts "scripts's README.md for tftpboot"
|
2016-07-11 15:57:17 +02:00
|
|
|
|
|
|
|
|
|
|