David Krauser 74209da539
Fix broken minimal cloud image boot on amd64 (LP: #1920043)
I recently pulled initramfs logic out of the base build hook, and
dropped that into the `replace_kernel` function. Any cloud image that
does not leverage the generic virtual kernel was expected to call
`replace_kernel` to pull in a custom kernel. That function will
disable initramfs boot for images that use a custom kernel.

Minimal cloud images on amd64 use the linux-kvm kernel, but the build
hook does not utilize the `replace_kernel` function. Instead, the
kernel flavor is set in `auto/config`. I pulled that logic out of
`auto/config` and am now calling `replace_kernel` in the build hook.

I also moved a call to generate the package list so that it will pick
up the change to the linux-kvm kernel.
2021-03-22 14:33:24 -05:00
..
2018-12-13 00:26:07 +00:00
2018-12-13 00:26:07 +00:00
2019-11-28 04:18:20 +00:00
2018-12-13 00:26:07 +00:00
2021-01-08 15:18:41 +00:00
2021-03-11 10:18:29 +00:00
2021-01-25 12:18:42 +00:00
2019-11-28 04:18:20 +00:00
2019-11-28 04:18:20 +00:00
2020-10-07 00:18:20 +00:00
2018-12-13 00:26:07 +00:00
2019-05-22 03:00:05 +00:00
2021-01-08 15:18:41 +00:00