Also copy initfs

This commit is contained in:
Jeremy Soller
2022-07-22 10:30:44 -06:00
parent 2418286a29
commit 2b1107c856
+2 -1
View File
@@ -298,10 +298,11 @@ fn main() {
}
};
// Copy bootloader, filesystem.toml, and kernel
// Copy bootloader, filesystem.toml, initfs, and kernel
let mut files = vec![
"bootloader".to_string(),
"filesystem.toml".to_string(),
"initfs".to_string(),
"kernel".to_string()
];