From e13a4bafd7bf5b9944ef4a3c7e607100dcb1a414 Mon Sep 17 00:00:00 2001 From: Gardais Jeremy Date: Mon, 11 Jul 2016 15:49:32 +0200 Subject: [PATCH] README.md: add overview and PXE files description. --- README.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/README.md b/README.md index e69de29..31f2384 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,37 @@ +# 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 : + * pxelinux debian package : + * gpxelinux.0 + * pxelinux.0 + * syslinux-common debian package : + * 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. + +[scripts readme.md]: https://git.ipr.univ-rennes1.fr/cellinfo/tftpboot/src/master/scripts "scripts's README.md for tftpboot"