diff options
author | Francois Pons <fpons@mandriva.com> | 2000-09-06 16:33:19 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-09-06 16:33:19 +0000 |
commit | ad155d2e80428efae26faff9ef207d19482a6a8d (patch) | |
tree | 642982e97a7bae91e3009df97216b5368f4aa4fb /perl-install/install_any.pm | |
parent | a969c926bdaedfef55b2927d9e71fb9ab8ee2abd (diff) | |
download | drakx-ad155d2e80428efae26faff9ef207d19482a6a8d.tar drakx-ad155d2e80428efae26faff9ef207d19482a6a8d.tar.gz drakx-ad155d2e80428efae26faff9ef207d19482a6a8d.tar.bz2 drakx-ad155d2e80428efae26faff9ef207d19482a6a8d.tar.xz drakx-ad155d2e80428efae26faff9ef207d19482a6a8d.zip |
*** empty log message ***
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 6d1aaa803..934cea259 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -530,7 +530,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 users installClass partitioning isUpgrade manualFstab nomouseprobe crypto security modem useSupermount autoExitInstall); #- TODO modules bootloader + exists $::o->{$_} and $o->{$_} = $::o->{$_} foreach qw(lang autoSCSI authentication printer mouse wacom netc timezone superuser intf keyboard mkbootdisk users installClass partitioning isUpgrade manualFstab nomouseprobe crypto security netcnx useSupermount autoExitInstall); #- TODO modules bootloader if (my $card = $::o->{X}{card}) { $o->{X}{$_} = $::o->{X}{$_} foreach qw(default_depth resolution_wanted); |