README.md: add "Configuration files" info
This commit is contained in:
parent
00114ade4c
commit
98b42927c2
10
README.md
10
README.md
|
@ -28,6 +28,15 @@ Use some bootloaders files provide by :
|
||||||
|
|
||||||
### Configuration files
|
### 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
|
### Preseed
|
||||||
|
|
||||||
### Scripts
|
### 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"
|
[scripts readme.md]: https://git.ipr.univ-rennes1.fr/cellinfo/tftpboot/src/master/scripts "scripts's README.md for tftpboot"
|
||||||
|
|
Loading…
Reference in New Issue