[Git][debian-edu/debian-edu-config][master] sbin/debian-edu-pxeinstall: Fix comment about mapping debconf template...

"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:
c7974f2a by Mike Gabriel at 2025-09-16T17:48:09+02:00
sbin/debian-edu-pxeinstall: Fix comment about mapping debconf template keywords to kernel cmdline keywords and drop unused variable assignment.

- - - - -


1 changed file:

- sbin/debian-edu-pxeinstall


Changes:

=====================================
sbin/debian-edu-pxeinstall
=====================================
@@ -102,12 +102,8 @@ for template in debian-installer/locale \
 		value="${mydesktop}"
 	fi
 
-	# Using desktop= as kernel argument work, while tasksel/desktop=
-	# do not.  No idea why, but lets use the one that work.
-	if [ "tasksel/desktop" = $template ] ; then template=desktop ; desktop=$value; fi
-
-	# Map the long name to the short alias, to keep the argument list
-	# shorter.
+	# Map the long debconf names to the keywords supported in the kernel cmdline.
+	if [ "tasksel/desktop" = $template ] ; then template=desktop; fi
 	if [ "debian-installer/locale" = $template ] ; then template=locale; fi
 	if [ "keyboard-configuration/xkb-keymap" = $template ] ; then template=keymap; fi
 



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

-- 
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/c7974f2a5f550bd16a2ed801bc922e276dfdb809
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.