Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2009-04-17 09:19:15 -0700
committerAaron Griffin <aaronmgriffin@gmail.com>2009-04-17 09:19:15 -0700
commit56ee1ae3c0f330980a39a30c23d61be76fd2f60c (patch)
treefc2bdecb54f286fdc62ca7089c4822425f888126
parent73d0fe2e8c840bfc548d3b4fa278f7ebdaa44e64 (diff)
Missed aufs module in mkinitcpio install script
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-rw-r--r--archiso/install/archiso2
1 files changed, 1 insertions, 1 deletions
diff --git a/archiso/install/archiso b/archiso/install/archiso
index 1ec09ed..df1d0d1 100644
--- a/archiso/install/archiso
+++ b/archiso/install/archiso
@@ -1,6 +1,6 @@
install ()
{
- MODULES="cdrom ide-cd_mod ide-core ide-generic unionfs squashfs isofs loop $(all_modules '/kernel/fs' | grep -v "nls") "
+ MODULES="cdrom ide-cd_mod ide-core ide-generic aufs squashfs isofs loop $(all_modules '/kernel/fs' | grep -v "nls") "
MODULES="${MODULES} $(checked_modules "/usb/host" | grep -ve "_cs" -e "sl1811-hcd" -e "isp116x-hcd")"
MODULES=$(echo ${MODULES}) #trim whitespace
if [ "x${MODULES}" != "x" ]; then