ubuntu-core-installer: update install-sources.yaml with kernel

This commit is contained in:
Chris Peterson 2025-01-30 11:42:21 -08:00
parent 86506c838d
commit 03f95a7c04
2 changed files with 4 additions and 0 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
livecd-rootfs (25.04.13) UNRELEASED; urgency=medium
* install-sources: quote default kernel argument.
* ubuntu-core-installer: update install-sources.yaml with kernel.
-- Chris Peterson <chris.peterson@canonical.com> Fri, 31 Jan 2025 11:57:07 -0800

View File

@ -1122,6 +1122,9 @@ case $PROJECT in
add_task base.live server-live
add_package base.live linux-image-generic
# Core installer images use the pc-kernel snap for its kernel
write_kernel_yaml "snap:pc-kernel"
/usr/share/livecd-rootfs/checkout-translations-branch \
https://git.launchpad.net/subiquity po config/catalog-translations
;;