Missed aufs module in mkinitcpio install script
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
parent
8d10415b04
commit
91fb1fef4f
@ -1,6 +1,6 @@
|
|||||||
install ()
|
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="${MODULES} $(checked_modules "/usb/host" | grep -ve "_cs" -e "sl1811-hcd" -e "isp116x-hcd")"
|
||||||
MODULES=$(echo ${MODULES}) #trim whitespace
|
MODULES=$(echo ${MODULES}) #trim whitespace
|
||||||
if [ "x${MODULES}" != "x" ]; then
|
if [ "x${MODULES}" != "x" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user