[debian-edu-commits] [Git][debian-edu/debian-edu-config][bullseye] share/debian-edu-config/tools/: Fix TFTP server path (/var/lib/tftpboot ->...
Mike Gabriel (@sunweaver)
gitlab at salsa.debian.org
Sun Oct 3 11:51:12 BST 2021
Mike Gabriel pushed to branch bullseye at Debian Edu / debian-edu-config
Commits:
411b5a4b by Mike Gabriel at 2021-10-03T12:50:53+02:00
share/debian-edu-config/tools/: Fix TFTP server path (/var/lib/tftpboot -> /srv/tftp). (Closes: #995610).
- - - - -
2 changed files:
- debian/changelog
- share/debian-edu-config/tools/pxe-addfirmware
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+debian-edu-config (2.11.55+deb11u2) UNRELEASED; urgency=medium
+
+ * share/debian-edu-config/tools/: Fix TFTP server path (/var/lib/tftpboot
+ -> /srv/tftp). (Closes: #995610).
+
+ -- Mike Gabriel <sunweaver at debian.org> Sun, 03 Oct 2021 10:13:28 +0200
+
debian-edu-config (2.11.56+deb11u1) bullseye; 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/411b5a4bf7fdac78a9686bdf375b403b99afb14a
--
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/411b5a4bf7fdac78a9686bdf375b403b99afb14a
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/25bcee3b/attachment.htm>
More information about the debian-edu-commits
mailing list