From 7315f8459dd0d3e7dfeb6d73043dca17b2519fb0 Mon Sep 17 00:00:00 2001 From: Simo Leone Date: Fri, 20 Jun 2008 00:17:03 -0500 Subject: One more ide-cd fix I missed a hook last time, so it was producing some scary, but harmless output. Signed-off-by: Simo Leone --- install/archiso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.2