From 98b42927c2f8dcf6d021544e3e04dc24eb7408f3 Mon Sep 17 00:00:00 2001 From: Gardais Jeremy Date: Thu, 21 Jul 2016 16:51:55 +0200 Subject: [PATCH] README.md: add "Configuration files" info --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 022eb58..f188237 100644 --- a/README.md +++ b/README.md @@ -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"