diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-05-03 04:02:53 +0200 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-05-03 04:02:53 +0200 |
commit | ad1050964eabbbc00547e8c6c91d8a7c3f13598f (patch) | |
tree | 79962456d502bbbb8a072568f31bd18e99b85099 /install/filesystems-auto | |
parent | 66f28ea341f293cbddd30242f9ea03673d4674d2 (diff) | |
download | mkinitcpio-ad1050964eabbbc00547e8c6c91d8a7c3f13598f.tar.gz mkinitcpio-ad1050964eabbbc00547e8c6c91d8a7c3f13598f.tar.xz |
Merged autodetect changes from tpowa.
Removed older subsystem specific scripts, replaced then
with 'modload' just to keep the option in place.
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@43 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'install/filesystems-auto')
-rw-r--r-- | install/filesystems-auto | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/install/filesystems-auto b/install/filesystems-auto deleted file mode 100644 index bf7976c..0000000 --- a/install/filesystems-auto +++ /dev/null @@ -1,17 +0,0 @@ -# vim: set ft=sh: - -install () -{ - MODULES=" $(cat /proc/filesystems | grep -v nodev) " - BINARIES="" - FILES="" - SCRIPT="filesystems" -} - -help () -{ -cat<<HELPEOF - This hook is responsible for loading filesystems for the root device. - Detection will be done at runtime. -HELPEOF -} |