mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
boot partition is not mounting
This commit is contained in:
parent
27bfd3eefa
commit
343c8c149b
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@
|
||||||
flake.nix
|
flake.nix
|
||||||
configuration.nix
|
configuration.nix
|
||||||
home.nix
|
home.nix
|
||||||
|
garrus.nix
|
||||||
|
|
|
@ -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]>,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue