From 23c152b7d199b290607b3d3e3a14d76dbaa60e90 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 13 Sep 1999 22:03:33 +0000 Subject: no_comment --- perl-install/modules.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install/modules.pm') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index d0c38d49c..22584aa1b 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -285,10 +285,12 @@ sub write_conf { } sub get_stage1_conf { - %conf = read_conf($_[0], \$scsi); + %conf = read_conf($_[1], \$scsi); + add2hash(\%conf, $_[0]); $conf{parport_lowlevel}{alias} ||= "parport_pc"; $conf{pcmcia_core}{"pre-install"} ||= "/etc/rc.d/init.d/pcmcia start"; $conf{plip}{"pre-install"} ||= "modprobe parport_pc ; echo 7 > /proc/parport/0/irq"; + \%conf; } sub load_thiskind($;&) { -- cgit v1.2.1