From 950cdbe5c28562bbb35fb59005e3d5ea4750a413 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 21 Nov 2003 17:34:01 +0000 Subject: in case we didn't mount any clp (nfs case), we insmod gzloop.o here for later always_i18n case, because gzloop.o is not available later in /lib/modules --- mdk-stage1/stage1.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c index f1f68ec22..a40d1c7c3 100644 --- a/mdk-stage1/stage1.c +++ b/mdk-stage1/stage1.c @@ -469,6 +469,9 @@ int mandrake_move_post(void) } fclose(f); + // in case we didn't mount any clp, because gzloop.o is not available later in /lib/modules + my_insmod("gzloop", ANY_DRIVER_TYPE, NULL); + // hardcoded :( if (!access(TOTEM_LOCATION, R_OK)) { if (scall(symlink("/image_totem/usr", SLASH_LOCATION "/usr"), "symlink")) -- cgit v1.2.1