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 9cb6124ce..966f4bcb2 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,4 +1,5 @@
- fix firmware loading
+- revert squashfs-lzma and sqlzma inclusion (this breaks install)
Version 1.42 - 9 September 2009, by Pascal Terjan
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 7f13126fa..295a884a2 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -172,7 +172,7 @@ our %l = (
{
network => [ qw(af_packet nfs smbfs) ],
cdrom => [ qw(isofs) ],
- loopback => [ qw(isofs loop squashfs squashfs-lzma sqlzma) ],
+ loopback => [ qw(isofs loop squashfs) ],
local => [
if_(arch() =~ /^ppc/, qw(hfs)),
qw(reiserfs reiser4 jfs xfs ntfs vfat ext3 ext4),