add note about mdadm

This commit is contained in:
Aaron Honeycutt 2024-11-04 18:28:42 +00:00
parent 5531c630ea
commit 08f8d118fb

View file

@ -18,7 +18,11 @@
boot.swraid = {
enable = true;
mdadmConf = ''
# You can find that ARRAY information with this command
# sudo mdadm --detail --scan >> mdadm.conf
# Now just copy that information into the line
ARRAY /dev/md/edi:DATA metadata=1.2 UUID=f0384881:84c12f70:3dcad802:653ccc30
# This is to make an error disappear
MAILADDR root
'';
};