index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
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 | bcc7e28842191692e10ff011b2e057b5bad07f69 (patch) | |
tree | 449ab275c1e75b4b75946eda919f502263571394 /install | |
parent | 81e9aa8bc6f3961b8e313419f73d286cadaf9c7d (diff) |
-rw-r--r-- | install/archiso | 2 |
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 |