From d4ecc81659cc0c0ba4480001422cdc61e5a60324 Mon Sep 17 00:00:00 2001 From: Gardais Jeremy Date: Fri, 2 Sep 2016 12:12:36 +0200 Subject: [PATCH] Update TODO list --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65ec2a6..7fb594f 100644 --- a/README.md +++ b/README.md @@ -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