diff options
| author | maximilian attems <maks@debian.org> | 2006-08-12 09:18:39 +0200 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2006-08-12 09:18:39 +0200 |
| commit | 9bd9dc139d5001f7fce1245b2854080859fba9de (patch) | |
| tree | 00d23003e31b39d72f8b158b15aca5c8906d6872 /scripts/local-top/mdraid | |
| parent | 317940266751218ffa46581a44260619ade32e0a (diff) | |
| download | initramfs-tools-9bd9dc139d5001f7fce1245b2854080859fba9de.tar.gz initramfs-tools-9bd9dc139d5001f7fce1245b2854080859fba9de.zip | |
- fix mdadm config path location
Diffstat (limited to 'scripts/local-top/mdraid')
| -rwxr-xr-x | scripts/local-top/mdraid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/local-top/mdraid b/scripts/local-top/mdraid index 2cf3b5d..8649aa4 100755 --- a/scripts/local-top/mdraid +++ b/scripts/local-top/mdraid @@ -38,4 +38,4 @@ done # Assemble all raid devices mkdir /dev/md -mdadm --assemble --config=/etc/mdadm.conf --scan --run --auto=yes +mdadm --assemble --config=/conf/mdadm.conf --scan --run --auto=yes |
