From 86506c838d29586c3c599f7d8569193799f5bc44 Mon Sep 17 00:00:00 2001 From: Chris Peterson Date: Fri, 31 Jan 2025 11:55:37 -0800 Subject: [PATCH] write_kernel_yaml: quote the default argument --- debian/changelog | 6 ++++++ live-build/auto/config | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 290925b5..2f0677ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (25.04.13) UNRELEASED; urgency=medium + + * install-sources: quote default kernel argument. + + -- Chris Peterson 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. diff --git a/live-build/auto/config b/live-build/auto/config index bf8c314a..36ea1ae2 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -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