boot partition is not mounting

This commit is contained in:
Aaron Honeycutt 2025-04-10 20:25:35 -06:00
parent 27bfd3eefa
commit 343c8c149b
2 changed files with 2 additions and 1 deletions

View file

@ -114,7 +114,7 @@ fn mount_boot() {
mount(
boot_source,
boot_target,
Some("FAT32"),
Some("vfat"),
MsFlags::empty(),
None::<&[u8]>,
)