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
..
2020-12-03 13:44:06 +00:00
2021-02-15 13:18:19 +00:00
2021-01-25 12:18:42 +00:00
2020-12-03 13:44:06 +00:00
2021-02-15 13:18:19 +00:00
2021-02-15 13:18:19 +00:00
2021-01-27 16:18:24 +00:00
2021-03-11 10:18:29 +00:00
2019-02-04 00:26:08 +00:00
2019-09-13 15:00:07 +00:00
2021-01-25 12:18:42 +00:00
2018-11-11 19:26:12 +00:00