README.md: add "Configuration files" info

This commit is contained in:
Jeremy Gardais 2016-07-21 16:51:55 +02:00
parent 00114ade4c
commit 98b42927c2
1 changed files with 10 additions and 0 deletions

View File

@ -28,6 +28,15 @@ Use some bootloaders files provide by:
### Configuration files
Contains the files which defines the PXE menu. The [first one][main menu.cfg] will:
* Call all others menu.cfg from subdirectories (debian/, clonezilla/,…) as an entry.
* Define a timeout (4 seconds).
* Define the default entry (boot on local first disk).
* …
#### config/debian/menu.cfg
### Preseed
### Scripts
@ -53,4 +62,5 @@ See the [scripts's README.md][scripts readme.md] file for more informations.
[main menu.cfg]: ./config/menu.cfg
[scripts readme.md]: https://git.ipr.univ-rennes1.fr/cellinfo/tftpboot/src/master/scripts "scripts's README.md for tftpboot"