diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2009-09-10 14:57:55 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2009-09-10 14:57:55 +0000 |
commit | 5b78d612ab627b1b069b10615b270e064eaae838 (patch) | |
tree | e179e0045c7fa21d4ffe28b68ca8024ae21b6d88 | |
parent | 38b7179eb5855ff61a319c5b182f3e7ab60e20fe (diff) | |
download | drakx-backup-do-not-use-5b78d612ab627b1b069b10615b270e064eaae838.tar drakx-backup-do-not-use-5b78d612ab627b1b069b10615b270e064eaae838.tar.gz drakx-backup-do-not-use-5b78d612ab627b1b069b10615b270e064eaae838.tar.bz2 drakx-backup-do-not-use-5b78d612ab627b1b069b10615b270e064eaae838.tar.xz drakx-backup-do-not-use-5b78d612ab627b1b069b10615b270e064eaae838.zip |
revert squashfs-lzma and sqlzma inclusion (this breaks install)
-rw-r--r-- | images/NEWS | 1 | ||||
-rw-r--r-- | kernel/list_modules.pm | 2 |
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), |