From 0a28a95f49eaeb33487c21995c71b5ca74df131e Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 25 Apr 2006 22:51:44 +0000 Subject: Add: filesystem autodetection git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@19 880c04e9-e011-0410-abf7-b926e227c9cd --- install/filesystems-auto | 17 +++++++++++++++++ mkinitcpio | 12 ++++++------ mkinitcpio.conf | 2 +- 3 files changed, 24 insertions(+), 7 deletions(-) create mode 100644 install/filesystems-auto diff --git a/install/filesystems-auto b/install/filesystems-auto new file mode 100644 index 0000000..bf7976c --- /dev/null +++ b/install/filesystems-auto @@ -0,0 +1,17 @@ +# vim: set ft=sh: + +install () +{ + MODULES=" $(cat /proc/filesystems | grep -v nodev) " + BINARIES="" + FILES="" + SCRIPT="filesystems" +} + +help () +{ +cat<