Added loop module to archiso hook
Loopbacks became a module in 2.6.25. Signed-off-by: Simo Leone <simo@archlinux.org>
This commit is contained in:
parent
83968fd697
commit
441d989243
@ -1,6 +1,6 @@
|
||||
install ()
|
||||
{
|
||||
MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") "
|
||||
MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs loop $(all_modules '/kernel/fs' | grep -v "nls") "
|
||||
BINARIES=""
|
||||
FILES=""
|
||||
add_dir /real_root
|
||||
|
Loading…
Reference in New Issue
Block a user