Browse Source

Changed early's init to udevsettle after modprobbing md-mod and dm-mod, just to be sure.

karasz/new-early
Alejandro Mery 17 years ago
parent
commit
0056c4aec4
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      target/early/initramfs/init.sh

+ 2
- 0
target/early/initramfs/init.sh

@ -80,6 +80,7 @@ if [ ! -e "$root" -a -s /etc/mdadm.conf ]; then
# try activating software raids
title "Activating RAID devices"
check modprobe md-mod
check udevsettle
check mdadm -As --auto=yes
status
fi
@ -87,6 +88,7 @@ fi
if [ ! -e "$root" -a -d /etc/lvm/archive ]; then
title "Activating LVM devices"
check modprobe dm_mod
check udevsettle
check lvm vgchange -ay
status
fi

Loading…
Cancel
Save