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
configuration.nix
home.nix
garrus.nix

View file

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