We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a9c9f6 + c053f62 commit c21c140Copy full SHA for c21c140
1 file changed
crates/boot/src/autoconfigure/linux.rs
@@ -25,7 +25,7 @@ const LINUX_CHAINLOAD_ACTION_PREFIX: &str = "linux-chainload-";
25
const SCAN_LOCATIONS: &[&str] = &["\\boot", "\\"];
26
27
/// Prefixes of kernel files to scan for.
28
-const KERNEL_PREFIXES: &[&str] = &["vmlinuz"];
+const KERNEL_PREFIXES: &[&str] = &["vmlinuz", "Image"];
29
30
/// Prefixes of initramfs files to match to.
31
const INITRAMFS_PREFIXES: &[&str] = &["initramfs", "initrd", "initrd.img"];
0 commit comments