NixOS on RISCV/VisionFive 2: Difference between revisions

Onny (talk | contribs)
Setup: Update and fix btrfs image instruction
Onny (talk | contribs)
Setup: Add note on required patch for btrfs root image
Line 88: Line 88:
</nowiki>}}
</nowiki>}}


If you want to use an alternative filesystem for system root, for example [[Btrfs]], you could change the <code>sdImage</code>-part to this
If you want to use an alternative filesystem for system root, for example [[Btrfs]], you could change the <code>sdImage</code>-part to this. Currently [https://github.com/NixOS/nixpkgs/pull/434122 this patch] is required to produce a functioning btrfs image.


{{file|flake.nix|nix|<nowiki>
{{file|flake.nix|nix|<nowiki>
Line 115: Line 115:
     "compress=zstd"  
     "compress=zstd"  
     "noatime"  
     "noatime"  
    "rw"
   ];
   ];
};
};