fix(bootloader-interface): autoconfigure should produce auto-* entries to match spec

This commit is contained in:
2025-10-30 15:31:26 -04:00
parent 94caf123ae
commit 40e2d1baef
3 changed files with 3 additions and 3 deletions

View File

@@ -181,7 +181,7 @@ pub fn scan(
// Generate a unique name for the Linux generator and insert the generator into the configuration.
config.generators.insert(
format!("autoconfigure-linux-{}", root_unique_hash),
format!("auto-linux-{}", root_unique_hash),
GeneratorDeclaration {
list: Some(generator),
..Default::default()