summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-05-05 18:36:55 +0200
committerAaron Griffin <aaron@archlinux.org>2006-05-05 18:36:55 +0200
commitf486b7ed6f8e289c8d897fcaeac7a0f52c7493c0 (patch)
treeb2128c29643067a0edbc734a8565d58b5928dd43 /install
parent2c6b8367f0f526c6a12b91b85f2f7f3ef35b5559 (diff)
downloadmkinitcpio-f486b7ed6f8e289c8d897fcaeac7a0f52c7493c0.tar.gz
mkinitcpio-f486b7ed6f8e289c8d897fcaeac7a0f52c7493c0.tar.xz
kinit param handling change to match kinit patch (cmdline.patch)
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@68 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'install')
-rw-r--r--install/encrypt2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/encrypt b/install/encrypt
index d81966b..65007fc 100644
--- a/install/encrypt
+++ b/install/encrypt
@@ -2,7 +2,7 @@
install ()
{
- MODULES=" dm-crypt $(all_modules "/crypto/") "
+ MODULES=" dm-crypt $(all_modules "/crypto/" | grep -v "aes.ko" ) "
BINARIES=""
add_file "/sbin/cryptsetup.static" "/bin/cryptsetup"
FILES=""