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

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
flake.nix flake.nix
configuration.nix configuration.nix
home.nix home.nix
garrus.nix

View file

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