diff options
-rw-r--r-- | install/archiso | 2 |
1 files changed, 1 insertions, 1 deletions
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 |