Add note that mdadm tweak only required for Debian 9
This commit is contained in:
parent
4a028c3c61
commit
ca2a2ecba0
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@ In this guide, we will show how to create different RAID configurations :
|
||||||
|
|
||||||
### Fix mdadm
|
### Fix mdadm
|
||||||
|
|
||||||
You might see the following error message in your boot messages *"mdadm: initramfs boot message: /scripts/local-bottom/mdadm: rm: not found"*
|
Under Debian 9 (Stretch) you might see the following error message in your boot messages *"mdadm: initramfs boot message: /scripts/local-bottom/mdadm: rm: not found"*. This minor issue has been fixed in Debian 10 (Buster).
|
||||||
|
|
||||||
To fix this minor issue simply edit the *mdadm* hook script of initramfs:
|
To fix this minor issue in Debian 9, simply edit the *mdadm* hook script of initramfs:
|
||||||
|
|
||||||
sudo nano /usr/share/initramfs-tools/hooks/mdadm
|
sudo nano /usr/share/initramfs-tools/hooks/mdadm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue