[debian-edu-commits] [Git][debian-edu/debian-edu-config][master] sbin/debian-edu-pxeinstall: Regression fix, only adjust desktop to mydesktop...

Mike Gabriel (@sunweaver) gitlab at salsa.debian.org
Tue Sep 16 20:28:51 BST 2025



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


Commits:
730df785 by Mike Gabriel at 2025-09-16T21:28:46+02:00
sbin/debian-edu-pxeinstall: Regression fix, only adjust desktop to mydesktop from pxeinstall.conf if we are processing the tasksel/desktop setting.

- - - - -


1 changed file:

- sbin/debian-edu-pxeinstall


Changes:

=====================================
sbin/debian-edu-pxeinstall
=====================================
@@ -97,7 +97,7 @@ for template in debian-installer/locale \
 		value="${default_mydesktop}"
 	fi
 
-	if [ "${mydesktop}" != "${default_mydesktop}" ]; then
+	if [ "tasksel/desktop" = $template ] && [ "${mydesktop}" != "${default_mydesktop}" ]; then
 		# Let setting from /etc/debian-edu/pxeinstall.conf override tasksel/desktop.
 		value="${mydesktop}"
 	fi



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

-- 
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/730df785a8acbd0efdf2fd05acbba92d4634137d
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/20250916/562693b6/attachment.htm>


More information about the debian-edu-commits mailing list