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

"Mike Gabriel (@sunweaver)" <[email protected]>
Newsgroups gmane.linux.skolelinux.cvs
Message-ID <[email protected]>

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.

_______________________________________________
debian-edu-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-edu-commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.