diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-02-14 13:53:43 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-02-14 13:53:43 +0000 |
commit | b665d3c80aa66b6f440ead49ac606e0702ffefd9 (patch) | |
tree | f9d2f8565a2aae01502b65760d91adf10c73a6fa /perl-install/install_any.pm | |
parent | 625c6a2b2ad64ea930f2c444bed180b106732985 (diff) | |
download | drakx-b665d3c80aa66b6f440ead49ac606e0702ffefd9.tar drakx-b665d3c80aa66b6f440ead49ac606e0702ffefd9.tar.gz drakx-b665d3c80aa66b6f440ead49ac606e0702ffefd9.tar.bz2 drakx-b665d3c80aa66b6f440ead49ac606e0702ffefd9.tar.xz drakx-b665d3c80aa66b6f440ead49ac606e0702ffefd9.zip |
no_comment
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 027ba0b64..4e6464a2e 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -435,7 +435,7 @@ sub g_auto_install(;$) { my @fields = qw(mntpoint type size); $o->{partitions} = [ map { my %l; @l{@fields} = @$_{@fields}; \%l } grep { $_->{mntpoint} } @{$::o->{fstab}} ]; - exists $::o->{$_} and $o->{$_} = $::o->{$_} foreach qw(lang autoSCSI authentication printer mouse wacom netc timezone superuser intf keyboard mkbootdisk base users installClass partitioning isUpgrade manualFstab nomouseprobe crypto modem useSupermount auto_probe_pci); #- TODO modules bootloader + exists $::o->{$_} and $o->{$_} = $::o->{$_} foreach qw(lang autoSCSI authentication printer mouse wacom netc timezone superuser intf keyboard mkbootdisk base users installClass partitioning isUpgrade manualFstab nomouseprobe crypto modem useSupermount); #- TODO modules bootloader if (my $card = $::o->{X}{card}) { $o->{X}{card}{$_} = $card->{$_} foreach qw(default_depth); |