diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-05-04 10:54:11 +0200 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-05-04 10:54:11 +0200 |
commit | 9fc4bd73bce1d2b107238933aea57945ee992b36 (patch) | |
tree | b96d95dffc2ec9be05492570df41f3a9045f053a | |
parent | 1b03952953bc10c6613d2a174076795b9c8c43cc (diff) | |
download | mkinitcpio-9fc4bd73bce1d2b107238933aea57945ee992b36.tar.gz mkinitcpio-9fc4bd73bce1d2b107238933aea57945ee992b36.tar.xz |
Removed some 'msg' output
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@62 880c04e9-e011-0410-abf7-b926e227c9cd
-rw-r--r-- | install/autodetect | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install/autodetect b/install/autodetect index abcfafe..7375296 100644 --- a/install/autodetect +++ b/install/autodetect @@ -2,7 +2,6 @@ install () { - msg ":: Autodetecting modules" MODULE_FILE="$(mktemp /tmp/initcpio_modules.XXXXXX)" #blegh, we'll let /tmp clean itself up AUTODETECT="$(auto_modules -e "/scsi/" -e "/block" -e "/fusion/" \ |