[debian-edu-commits] [Git][debian-edu/debian-edu-config][master] share/debian-edu-config/tools/: Fix TFTP server path (/var/lib/tftpboot -> /srv/tftp).

Mike Gabriel (@sunweaver) gitlab at salsa.debian.org
Sun Oct 3 09:14:22 BST 2021



Mike Gabriel pushed to branch master at Debian Edu / debian-edu-config


Commits:
df44fe85 by Mike Gabriel at 2021-10-03T10:14:16+02:00
share/debian-edu-config/tools/: Fix TFTP server path (/var/lib/tftpboot -> /srv/tftp).

- - - - -


2 changed files:

- debian/changelog
- share/debian-edu-config/tools/pxe-addfirmware


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+debian-edu-config (2.12.5) UNRELEASED; urgency=medium
+
+  * share/debian-edu-config/tools/: Fix TFTP server path (/var/lib/tftpboot
+    -> /srv/tftp).
+
+ -- Mike Gabriel <sunweaver at debian.org>  Sun, 03 Oct 2021 10:13:28 +0200
+
 debian-edu-config (2.12.4) unstable; urgency=medium
 
   [ Wolfgang Schweer ]


=====================================
share/debian-edu-config/tools/pxe-addfirmware
=====================================
@@ -60,7 +60,7 @@ fi
 
 # Path to where the d-i pxe boot images were unpacked
 if [ -z "$diroot" ] ; then
-    diroot=/var/lib/tftpboot/debian-installer
+    diroot=/srv/tftp/debian-installer
 fi
 
 for initrd in $diroot/*/initrd.gz ; do



View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/df44fe85ec78ed357c99745b403882f18db4190e

-- 
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/df44fe85ec78ed357c99745b403882f18db4190e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20211003/195b6562/attachment.htm>


More information about the debian-edu-commits mailing list