diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-21 17:21:17 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-21 17:21:17 +0000 |
commit | 82a6a7e9eefb05e6f76c5299ada1884df1b629fe (patch) | |
tree | 6f405b54b76d3fc7db73199764e7b607feec33e2 | |
parent | 886911b0bb5113663bfc6ae8500f37825cef3048 (diff) | |
download | drakx-82a6a7e9eefb05e6f76c5299ada1884df1b629fe.tar drakx-82a6a7e9eefb05e6f76c5299ada1884df1b629fe.tar.gz drakx-82a6a7e9eefb05e6f76c5299ada1884df1b629fe.tar.bz2 drakx-82a6a7e9eefb05e6f76c5299ada1884df1b629fe.tar.xz drakx-82a6a7e9eefb05e6f76c5299ada1884df1b629fe.zip |
pixel doesn't sux
-rw-r--r-- | mdk-stage1/lomount.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 /* |