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

Wolfgang Schweer gitlab at salsa.debian.org
Fri Feb 12 16:03:13 GMT 2021



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


Commits:
b616847c by Wolfgang Schweer at 2021-02-12T16:33:21+01:00
Improve sbin/debian-edu-pxeinstall

Copy d-i-n-i components only in case it is needed.

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

- - - - -


1 changed file:

- sbin/debian-edu-pxeinstall


Changes:

=====================================
sbin/debian-edu-pxeinstall
=====================================
@@ -150,9 +150,9 @@ for arch in $archs ; do
 			# Use the debian/installer netboot debs
 			tarball=""
 			if [ true = "$graphicdi" ]; then
-				cp -r $di_img_dir/gtk/debian-installer/$arch $arch
+				cp -r -u $di_img_dir/gtk/debian-installer/$arch $arch
 			else
-				cp -r $di_img_dir/text/debian-installer/$arch $arch
+				cp -r -u $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/b616847c8b70001c12e02f92dbf42a9949854c95

-- 
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/b616847c8b70001c12e02f92dbf42a9949854c95
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/20210212/8046ca0d/attachment.html>


More information about the debian-edu-commits mailing list