From c65948fcdfca6da75f42615959660c2293c907c4 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 7 May 2006 13:03:33 +0000 Subject: 'fixed mdadm check and modprobe hardcoded' git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@79 880c04e9-e011-0410-abf7-b926e227c9cd --- hooks/autodetect | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 hooks/autodetect (limited to 'hooks') diff --git a/hooks/autodetect b/hooks/autodetect deleted file mode 100644 index bffdff3..0000000 --- a/hooks/autodetect +++ /dev/null @@ -1,9 +0,0 @@ -# vim: set ft=sh: -run_hook () -{ - if [ -e /modules ]; then - while read mod; do - /bin/modprobe -q $mod >/dev/null 2>&1 - done < /modules - fi -} -- cgit v1.2.3-24-g4f1b