index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | Simo Leone <simo@archlinux.org> | 2008-06-20 00:17:03 -0500 |
---|---|---|
committer | Simo Leone <simo@archlinux.org> | 2008-06-20 00:17:03 -0500 |
commit | da3ad5052f1e923d041a62b3995663b6541d405f (patch) | |
tree | 110a593e6edec608b2e482def7ed9292c92e712d | |
parent | fef6ac34730a145774f67ad7a06a3724f73bac06 (diff) |
-rw-r--r-- | install/archiso | 2 |
diff --git a/install/archiso b/install/archiso index 28f6399..7b58831 100644 --- a/install/archiso +++ b/install/archiso @@ -1,6 +1,6 @@ install () { - MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs loop $(all_modules '/kernel/fs' | grep -v "nls") " + MODULES="cdrom ide-cd_mod ide-core ide-generic unionfs squashfs isofs loop $(all_modules '/kernel/fs' | grep -v "nls") " BINARIES="" FILES="" add_dir /real_root |