Skip to content

Commit

Permalink
Enable mdadm raid at initrd time for orangepi5
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswine committed Nov 23, 2024
1 parent 5eb653e commit 3d45fe4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hardware/orangepi5plus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
"dm_crypt" # for LUKS
"input_leds"

# For mdadm raid
"md_mod"
"raid1"
"raid10"
"raid456"

# Allow network access
"r8169"
];
Expand Down

0 comments on commit 3d45fe4

Please sign in to comment.