Scripts (download initrd, Linux kernels,…) and configurations files (PXE, preseed,…) for PXE server
Go to file
Jeremy Gardais 3ea9ec0ff9 Mardown doesn't interpret table! 2016-07-11 16:50:29 +02:00
config Bug 978 - PXE ne redémarre pas sur le disque dur local sur simpatix66 (C6220) : correction du bug qui empêchait simpatix66 de booter sur le disque local 2015-06-26 10:48:59 +02:00
preseed/debian Move finish script to script/latecommand. 2016-07-11 16:09:41 +02:00
pxelinux.cfg First commit. 2014-09-08 09:49:55 +02:00
scripts Mardown doesn't interpret table! 2016-07-11 16:50:29 +02:00
CHANGELOG - Add a vda disk to allow auto-partition from the preseed file for VM. 2015-01-21 17:26:08 +01:00
README.md README.md: Add TODO 2016-07-11 15:57:17 +02:00
chain.c32 First commit. 2014-09-08 09:49:55 +02:00
gpxelinux.0 First commit. 2014-09-08 09:49:55 +02:00
menu.c32 First commit. 2014-09-08 09:49:55 +02:00
pxelinux.0 First commit. 2014-09-08 09:49:55 +02:00
reboot.c32 First commit. 2014-09-08 09:49:55 +02:00
vesamenu.c32 First commit. 2014-09-08 09:49:55 +02:00

README.md

tftpboot

  1. Overview
  2. Description
  3. How to use it
  4. 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 file for more informations.

How to use it

TODO

  • Add a tiny preseed file that could be load for a manual install.