diff options
-rw-r--r-- | mdk-stage1/stage1.c | 3 |
1 files changed, 3 insertions, 0 deletions
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")) |