Update TODO list

This commit is contained in:
Jeremy Gardais 2016-09-02 12:12:36 +02:00
parent e536e257f5
commit d4ecc81659
1 changed files with 3 additions and 1 deletions

View File

@ -161,7 +161,7 @@ See the [scripts's README.md][scripts readme.md] file for more informations.
* `sudo service tftpd-hpa start`
* `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: `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_:
* Set your IP in some files instead of the default one *129.20.27.239*:
* In configurations files to be able to call Debian's Preseed files or download squashfs filesystem (for Clonezilla, GParted,…): `sudo find config/ -iname "*.cfg" -type f -exec sed -i "s/129.20.27.239/111.222.333.444/g" {} \;`
* In Preseed files, to be able to download the late_command archive from your TFTPD server: `sudo find preseed/ -type f -exec sed -i "s/129.20.27.239/111.222.333.444/g" {} \;`
* In scripts to generate examples configuration files with the right IP address: `sudo find scripts/ -iname "*.sh" -type f -exec sed -i "s/129.20.27.239/111.222.333.444/g" {} \;`
@ -177,6 +177,8 @@ See the [scripts's README.md][scripts readme.md] file for more informations.
* Add a tiny preseed file that could be loaded for a manual install.
* Download the latecommand archive from this repository instead of the TFTPD server?
* Add Debian Stretch support #1
* Add new tools #3
* Add backgrounds #4