summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/lomount.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/lomount.c')
-rw-r--r--mdk-stage1/lomount.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/lomount.c b/mdk-stage1/lomount.c
index ed365b0cf..6421cc226 100644
--- a/mdk-stage1/lomount.c
+++ b/mdk-stage1/lomount.c
@@ -167,6 +167,7 @@ lomount(char *loopfile, char *where, char **dev, int compressed)
my_insmod("loop", ANY_DRIVER_TYPE, "max_loop=256", 1);
if (compressed) {
+ my_insmod("sqlzma", ANY_DRIVER_TYPE, NULL, 1);
my_insmod("squashfs_lzma", ANY_DRIVER_TYPE, NULL, 1);
my_insmod("squashfs", ANY_DRIVER_TYPE, NULL, 1);
}