[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)" <[email protected]>
| Newsgroups | gmane.linux.skolelinux.cvs |
|---|---|
| Message-ID | <[email protected]> |
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
_______________________________________________
debian-edu-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-edu-commits