README.md: add informations about files to modify to use this repo
This commit is contained in:
parent
049fb3ce51
commit
c7d3c03f2d
10
README.md
10
README.md
|
@ -48,6 +48,7 @@ Contains the files which defines the PXE menu. The [first one][main menu.cfg] wi
|
||||||
* Debian Sid (unstable) amd64
|
* Debian Sid (unstable) amd64
|
||||||
* Debian Sid (unstable) amd64 with additionnals firmwares
|
* Debian Sid (unstable) amd64 with additionnals firmwares
|
||||||
* Debian Sid (unstable) i386
|
* Debian Sid (unstable) i386
|
||||||
|
2. If you want to use with your own TFTPD server, you need te set your IP server ! Replace all occurrences of *129.20.27.239* by the IP of your TFTPD server to be able to load the preseed files !
|
||||||
|
|
||||||
### Preseed
|
### Preseed
|
||||||
|
|
||||||
|
@ -66,14 +67,21 @@ See the [scripts's README.md][scripts readme.md] file for more informations.
|
||||||
* `sudo systemctl start tftpd-hpa`
|
* `sudo systemctl start tftpd-hpa`
|
||||||
* You can test if the TFTP server provide the files with a TFTP client (`tftp-hpa`) by downloading a file with the command :
|
* You can test if the TFTP server provide the files with a TFTP client (`tftp-hpa`) by downloading a file with the command :
|
||||||
* `tftp $IP.SRV.TFTP -c get README.md /tmp/README.md_from_tftpd_server`
|
* `tftp $IP.SRV.TFTP -c get README.md /tmp/README.md_from_tftpd_server`
|
||||||
|
* Set your IP in some files instead of the default one *129.20.27.239* :
|
||||||
|
* [debian menu.cfg][debian menu.cfg] to be able to load the preseed files (**preseed/url=tftp://SRV.IP.AD.DR/**)
|
||||||
|
* [Jessie preseed file][preseed jessie] to download the postinstall script from your TFTPD server (**in-target /usr/bin/tftp SRV.IP.AD.DR**)
|
||||||
|
* [Wheezy preseed file][preseed wheezy] to download the postinstall script from your TFTPD server (**in-target /usr/bin/tftp SRV.IP.AD.DR**)
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
* Add a tiny preseed file that could be load for a manual install.
|
* Add a tiny preseed file that could be load for a manual install.
|
||||||
|
* Download the latecommand archive from this repository instead of the TFTPD server ?
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[main menu.cfg]: ./config/menu.cfg
|
[main menu.cfg]: ./config/menu.cfg
|
||||||
|
[debian menu.cfg]: ./config/debian/menu.cfg
|
||||||
|
[preseed jessie]: ./preseed/debian/jessie/preseed.cfg
|
||||||
|
[preseed wheezy]: ./preseed/debian/wheezy/preseed.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"
|
||||||
[debian initrd with firmware script]: ./scripts/README.md#make_debian_initrd_with_firmwaresh "informations about the Debian's initrd with additionnals firmwares"
|
[debian initrd with firmware script]: ./scripts/README.md#make_debian_initrd_with_firmwaresh "informations about the Debian's initrd with additionnals firmwares"
|
||||||
|
|
Loading…
Reference in New Issue