From 441d989243e8ca279bac256991ad244d56a756a4 Mon Sep 17 00:00:00 2001 From: Simo Leone Date: Sat, 17 May 2008 00:27:53 -0500 Subject: Added loop module to archiso hook Loopbacks became a module in 2.6.25. Signed-off-by: Simo Leone --- install/archiso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/archiso b/install/archiso index 945ed40..28f6399 100644 --- a/install/archiso +++ b/install/archiso @@ -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 -- cgit v1.2.2