stub: lanzatool -> lzbt
This commit is contained in:
parent
90755b789f
commit
de4c62a1bd
|
@ -49,7 +49,7 @@ fn print_logo() {
|
||||||
|
|
||||||
/// The configuration that is embedded at build time.
|
/// The configuration that is embedded at build time.
|
||||||
///
|
///
|
||||||
/// After lanzaboote is built, lanzatool needs to embed configuration
|
/// After lanzaboote is built, lzbt needs to embed configuration
|
||||||
/// into the binary. This struct represents that information.
|
/// into the binary. This struct represents that information.
|
||||||
struct EmbeddedConfiguration {
|
struct EmbeddedConfiguration {
|
||||||
/// The filename of the kernel to be booted. This filename is
|
/// The filename of the kernel to be booted. This filename is
|
||||||
|
@ -182,7 +182,7 @@ fn main(handle: Handle, mut system_table: SystemTable<Boot>) -> Status {
|
||||||
|
|
||||||
let config: EmbeddedConfiguration =
|
let config: EmbeddedConfiguration =
|
||||||
EmbeddedConfiguration::new(&mut booted_image_file(system_table.boot_services()).unwrap())
|
EmbeddedConfiguration::new(&mut booted_image_file(system_table.boot_services()).unwrap())
|
||||||
.expect("Failed to extract configuration from binary. Did you run lanzatool?");
|
.expect("Failed to extract configuration from binary. Did you run lzbt?");
|
||||||
|
|
||||||
let kernel_data;
|
let kernel_data;
|
||||||
let initrd_data;
|
let initrd_data;
|
||||||
|
|
Loading…
Reference in New Issue