[debian-edu-commits] [Git][debian-edu/debian-edu-config][master] Adjust sbin/debian-edu-pxeinstall

Wolfgang Schweer gitlab at salsa.debian.org
Wed Feb 10 22:11:01 GMT 2021



Wolfgang Schweer pushed to branch master at Debian Edu / debian-edu-config


Commits:
4f57a203 by Wolfgang Schweer at 2021-02-10T23:09:23+01:00
Adjust sbin/debian-edu-pxeinstall

Copy the debian-installer directories (belonging to d-i-n-i packages) instead
of symlinking them. This allows tftpd-hpa to access them.

Signed-off-by: Wolfgang Schweer <wschweer at arcor.de>

- - - - -


2 changed files:

- debian/changelog
- sbin/debian-edu-pxeinstall


Changes:

=====================================
debian/changelog
=====================================
@@ -2,6 +2,8 @@ debian-edu-config (2.11.49) UNRELEASED; urgency=medium
 
   * debian/debian-edu-config.postinst: Adjust condition. Closes: #982448)
     - Avoid upgrade failure in case /etc/debian-edu/config happens to be empty.
+  * sbin/debian-edu-pxeinstall: Copy the debian-installer directories (d-i-n-i
+    packages) instead of symlinking them. This allows tftpd-hpa to access them.
 
  -- Wolfgang Schweer <wschweer at arcor.de>  Wed, 10 Feb 2021 17:27:57 +0100
 


=====================================
sbin/debian-edu-pxeinstall
=====================================
@@ -150,9 +150,9 @@ for arch in $archs ; do
 			# Use the debian/installer netboot debs
 			tarball=""
 			if [ true = "$graphicdi" ]; then
-				ln -sf $di_img_dir/gtk/debian-installer/$arch $arch
+				cp -r $di_img_dir/gtk/debian-installer/$arch $arch
 			else
-				ln -sf $di_img_dir/text/debian-installer/$arch $arch
+				cp -r $di_img_dir/text/debian-installer/$arch $arch
 			fi
 		elif [ ! -f netboot-$arch.tar.gz ] ; then
 			if [ true = "$graphicdi" ]; then



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

-- 
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/4f57a20381025f30915f1d157878addf9cf1df14
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/20210210/e8dfe4b3/attachment.html>


More information about the debian-edu-commits mailing list