From: Jose V Beneyto Date: Fri, 1 Jun 2012 10:50:23 +0000 (+0000) Subject: Fixed issue with modules from rc startup X-Git-Url: http://gitweb/?p=initrd.git;a=commitdiff_plain;h=b358420556090ad88f44a17992408f0cc4816914 Fixed issue with modules from rc startup --- diff --git a/filesystem/rc b/filesystem/rc index 4ab1ecd..8fd3474 100755 --- a/filesystem/rc +++ b/filesystem/rc @@ -79,10 +79,10 @@ find_and_mount_media() { echo else # configure modules - MODULES="`find /media/crux/kernel -type d -name 'modules-*.tar.*'`" + MODULES="`find /media/crux/kernel -type f -name 'modules-*.tar.*'`" if [ ! -z "$MODULES" ]; then tar -C /tmp -xf $MODULES - cd /lib && ln -s /lib/* . + cd /lib && ln -s /tmp/lib/* . depmod fi # configure pkgutils