diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-06-23 14:16:43 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-06-23 14:16:43 +0000 |
commit | 03f57b2e1352131844239dab247bfc336092662a (patch) | |
tree | 7122bfb37be13bdd9ab8e969d20635b5fee36a93 /kernel | |
parent | a20652dde2e5d98c758cf868ab732257b42933a6 (diff) | |
download | drakx-03f57b2e1352131844239dab247bfc336092662a.tar drakx-03f57b2e1352131844239dab247bfc336092662a.tar.gz drakx-03f57b2e1352131844239dab247bfc336092662a.tar.bz2 drakx-03f57b2e1352131844239dab247bfc336092662a.tar.xz drakx-03f57b2e1352131844239dab247bfc336092662a.zip |
include squashfs-lzma and sqlzma in modules to include in all.rdz
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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), |