diff options
author | Simo Leone <simo@archlinux.org> | 2008-05-17 00:27:53 -0500 |
---|---|---|
committer | Simo Leone <simo@archlinux.org> | 2008-05-17 00:29:19 -0500 |
commit | 441d989243e8ca279bac256991ad244d56a756a4 (patch) | |
tree | 07f6d2958882d7f69c19d493731a38381bf74039 | |
parent | 83968fd697d1bac6ac361a9171e10cf4bc546c5b (diff) | |
download | archiso32-441d989243e8ca279bac256991ad244d56a756a4.tar.xz |
Added loop module to archiso hook
Loopbacks became a module in 2.6.25.
Signed-off-by: Simo Leone <simo@archlinux.org>
-rw-r--r-- | install/archiso | 2 |
1 files changed, 1 insertions, 1 deletions
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 |