summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm8
1 files changed, 5 insertions, 3 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index 5925f9df5..05a1bb8d6 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -92,6 +92,8 @@ arch() =~ /^sparc/ ? (
"af_packet" => "packet socket",
"nfs" => "Network File System (nfs)",
"lockd" => "lockd",
+ "parport" => "parport",
+ "parport_pc" => "parport_pc",
"sunrpc" => "sunrpc",
}],
[ 'scsi', {
@@ -488,9 +490,9 @@ sub read_conf($;$) {
sub write_conf {
my ($prefix) = @_;
- #- my $file = "$prefix/etc/modules.conf"; TODO RESTORE FOR AFTER 7.1
- #- rename "$prefix/etc/conf.modules", $file; #- make the switch to new name if needed
- my $file = "$prefix/etc/conf.modules";
+
+ my $file = "$prefix/etc/modules.conf";
+ rename "$prefix/etc/conf.modules", $file; #- make the switch to new name if needed
#- remove the post-install supermount stuff. We may have to add some more
substInFile { $_ = '' if /^post-install supermount/ } $file;