arch: Report use of deprecated LinuxBoot protocol
With CONFIG_PVH in stable kernels for some time we should deprecate the use of alternative boot methods since this will lead to a much simpler boot flow and CI process. See: #2231 Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
c4564f3ba8
commit
7390475636
1 changed files with 1 additions and 0 deletions
|
|
@ -459,6 +459,7 @@ pub fn configure_system(
|
|||
)?;
|
||||
}
|
||||
BootProtocol::LinuxBoot => {
|
||||
error!("Using deprecated LinuxBoot protocol: Please configure your kernel with CONFIG_PVH=y and supply the `vmlinux` file to `--kernel`");
|
||||
configure_64bit_boot(
|
||||
guest_mem,
|
||||
cmdline_addr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue