[debian-edu-commits] [Git][debian-edu/debian-edu-config][master] sbin/debian-edu-pxeinstall: Fix comment about mapping debconf template...
Mike Gabriel (@sunweaver)
gitlab at salsa.debian.org
Tue Sep 16 16:48:16 BST 2025
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20250916/a9670ecc/attachment-0001.htm>
More information about the debian-edu-commits
mailing list