write_kernel_yaml: quote the default argument

This commit is contained in:
Chris Peterson 2025-01-31 11:55:37 -08:00
parent 20356ce4cb
commit 86506c838d
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (25.04.13) UNRELEASED; urgency=medium
* install-sources: quote default kernel argument.
-- Chris Peterson <chris.peterson@canonical.com> Fri, 31 Jan 2025 11:57:07 -0800
livecd-rootfs (25.04.12) plucky; urgency=medium
* Stop producing a rootfs tarball for the ubuntu-mini-iso builds.

View File

@ -247,7 +247,7 @@ write_kernel_yaml () {
local metapkg="$1"
cat <<-EOF > config/kernel.yaml
kernel:
default: $metapkg
default: "$metapkg"
EOF
# To specify fallback to a bridge kernel, construct a kernel.yaml