[debian-edu-commits] [Git][debian-edu/debian-edu-config][master] 2 commits: sbin/debian-edu-ltsp-install: Use KERNEL_PARAMETERS variable, if we define it
Mike Gabriel (@sunweaver)
gitlab at salsa.debian.org
Tue Aug 25 20:06:05 BST 2026
Mike Gabriel pushed to branch master at Debian Edu / debian-edu-config
Commits:
6966abd0 by Mike Gabriel at 2026-08-25T21:04:20+02:00
sbin/debian-edu-ltsp-install: Use KERNEL_PARAMETERS variable, if we define it
- - - - -
6169ac8e by Mike Gabriel at 2026-08-25T21:05:47+02:00
sbin/debian-edu-ltsp-install: Fix variable interpretation in sed commands
... by using double quotes, not single quotes.
- - - - -
1 changed file:
- sbin/debian-edu-ltsp-install
Changes:
=====================================
sbin/debian-edu-ltsp-install
=====================================
@@ -789,6 +789,6 @@ item\
fi
# Make sure /srv/tftp/ltsp/ltsp.ipxe is Debian Edu specific.
-sed -i 's#ltsp/ltsp.img#ltsp/${img}/ltsp.img#' /srv/tftp/ltsp/ltsp.ipxe
+sed -i "s#ltsp/ltsp.img#ltsp/${img}/ltsp.img#" /srv/tftp/ltsp/ltsp.ipxe
# Add "quiet" and "splash" parameters to hide kernel logs on a boot screen.
-sed -i 's/set cmdline ${cmdline_method} ${cmdline_ltsp} ${cmdline_client}$/set cmdline ${cmdline_method} ${cmdline_ltsp} ${cmdline_client} quiet splash/' /srv/tftp/ltsp/ltsp.ipxe
+sed -i "s/set cmdline ${cmdline_method} ${cmdline_ltsp} ${cmdline_client}$/set cmdline ${cmdline_method} ${cmdline_ltsp} ${cmdline_client} ${KERNEL_PARAMETERS}/" /srv/tftp/ltsp/ltsp.ipxe
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/compare/edbfefbb8113c7d72075a60740394de51e5fa1df...6169ac8e5bcedf719e0b3c87a5e05da75c617d39
--
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/compare/edbfefbb8113c7d72075a60740394de51e5fa1df...6169ac8e5bcedf719e0b3c87a5e05da75c617d39
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20260825/5d64e8f7/attachment-0001.htm>
More information about the debian-edu-commits
mailing list