From 82a6a7e9eefb05e6f76c5299ada1884df1b629fe Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 21 Oct 2003 17:21:17 +0000 Subject: pixel doesn't sux --- mdk-stage1/lomount.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mdk-stage1/lomount.c') diff --git a/mdk-stage1/lomount.c b/mdk-stage1/lomount.c index 01d0b1a0a..434151d35 100644 --- a/mdk-stage1/lomount.c +++ b/mdk-stage1/lomount.c @@ -79,8 +79,10 @@ set_loop (const char *device, const char *file, int gz) strncpy(loopinfo.lo_name, file, LO_NAME_SIZE); loopinfo.lo_name[LO_NAME_SIZE - 1] = 0; loopinfo.lo_offset = 0; - if (gz) + if (gz) { + my_insmod("gzloop", ANY_DRIVER_TYPE, NULL); loopinfo.lo_encrypt_type = 13; /* LO_CRYPT_GZ */ + } #ifdef MCL_FUTURE /* -- cgit v1.2.1