mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 19:01:30 +00:00
write_kernel_yaml: quote the default argument
This commit is contained in:
parent
20356ce4cb
commit
86506c838d
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user