From 57c719aea65b89f3be09b7cbd405a357184eec97 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sun, 22 Aug 2010 15:31:53 +0200 Subject: Some more fixes for the changeover from uclibc ... --- initramfs/stage3-stuff/bin/hwautocfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'initramfs/stage3-stuff/bin/hwautocfg') diff --git a/initramfs/stage3-stuff/bin/hwautocfg b/initramfs/stage3-stuff/bin/hwautocfg index a94af148..04e47e44 100755 --- a/initramfs/stage3-stuff/bin/hwautocfg +++ b/initramfs/stage3-stuff/bin/hwautocfg @@ -72,7 +72,7 @@ grep modprobe /etc/hwinfo.netcard-usbctrl | grep -E "$nwcardlist|hcd" | \ if [ $(grep -ic "virtio_pci" /etc/modprobe.base) -ge 1 ]; then echo "modprobe virtio_net" >>/etc/modprobe.base fi -ash /etc/modprobe.base; mdev -s +sh /etc/modprobe.base; mdev -s # optimization possible: exclude network and usb base drivers from the # following list (bios detection for non-hwautocfg component) @@ -100,7 +100,7 @@ waitfor /tmp/hwdataready 10000 sed '/Driver Info #1/,/Config Status:/d' \ /etc/hwinfo.data | grep modprobe | sed "s|.* Cmd: \"||;s|\"|$modloadbg|" \ | sort -u >/etc/modprobe.pci -ash /etc/modprobe.pci +sh /etc/modprobe.pci mdev -s # bluetooth setup (start it later if present, depends on firmware availa- @@ -226,7 +226,7 @@ fi finish () { mdev -s # mount filesystem parts (if any) requested in disk setup -[ -f /etc/do_mnt ] && ash /etc/do_mnt & +[ -f /etc/do_mnt ] && sh /etc/do_mnt & # remove unneeded disk and mouse drivers [ ! -s /etc/hwinfo.disk ] && rmmod sd_mod 2>/dev/null #grep -q " PS/2 " /etc/hwinfo.mouse || \ -- cgit v1.2.3-55-g7522