diff options
| author | maximilian attems <maks@debian.org> | 2006-08-17 17:14:01 +0200 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2006-08-17 17:14:01 +0200 |
| commit | 839572386f35bf4b4404dac5f976566bc155de94 (patch) | |
| tree | 3d4c49ba90c9070d8652b579b5039d4d67876c50 /scripts/local-top | |
| parent | a84613ae7742190e50cc619eee462cc0cd17f6c8 (diff) | |
| download | initramfs-tools-839572386f35bf4b4404dac5f976566bc155de94.tar.gz initramfs-tools-839572386f35bf4b4404dac5f976566bc155de94.zip | |
Release 0.74:
- scripts/functions: fix debug boot param
- update-initramfs: checkout /etc/kernel-img.conf if lilo and grub is installed
- rename mdraid to mdrun, readd mdrun as it seems to work much better
with sarge systems
- add an help message for rescue shell
- better package desc
Diffstat (limited to 'scripts/local-top')
| -rwxr-xr-x | scripts/local-top/mdrun (renamed from scripts/local-top/mdraid) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/local-top/mdraid b/scripts/local-top/mdrun index 8649aa4..1b6ca3e 100755 --- a/scripts/local-top/mdraid +++ b/scripts/local-top/mdrun @@ -37,5 +37,5 @@ done [ "${gotraid}" = y ] || exit # Assemble all raid devices -mkdir /dev/md -mdadm --assemble --config=/conf/mdadm.conf --scan --run --auto=yes +# FIXME: assemble root raid first due to initrd-tools compatibility +/sbin/mdrun /dev |
