summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/NEWS1
-rw-r--r--kernel/list_modules.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS
index ec622a0b3..587a41dd7 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,4 @@
+- include squashfs-lzma and sqlzma kernel modules in all.rdz
- add /dev/ptmx (for screen to work)
- drop duplicated code including busybox, ka version is better than
the one of DEBUGSTAGE1
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 572a2021d..a45183697 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -171,7 +171,7 @@ our %l = (
{
network => [ qw(af_packet nfs smbfs) ],
cdrom => [ qw(isofs) ],
- loopback => [ qw(isofs loop squashfs) ],
+ loopback => [ qw(isofs loop squashfs squashfs-lzma sqlzma) ],
local => [
if_(arch() =~ /^ppc/, qw(hfs)),
qw(reiserfs reiser4 jfs xfs ntfs vfat ext3 ext4),