diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-05-20 03:18:06 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-05-20 03:18:06 +0000 |
commit | ba828698d93b145995bd2ab8c303bf795b71005e (patch) | |
tree | f8b71e6b9ab597a4eab68f240641278a2a37228f /perl-install/install_any.pm | |
parent | 017f99c4407ea3f10ecec06baa5089f1a8eda622 (diff) | |
download | drakx-ba828698d93b145995bd2ab8c303bf795b71005e.tar drakx-ba828698d93b145995bd2ab8c303bf795b71005e.tar.gz drakx-ba828698d93b145995bd2ab8c303bf795b71005e.tar.bz2 drakx-ba828698d93b145995bd2ab8c303bf795b71005e.tar.xz drakx-ba828698d93b145995bd2ab8c303bf795b71005e.zip |
propagate postInstall and postInstallNonRooted in new auto_install.cfg.pl
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 a72d32c54..686502848 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -1187,7 +1187,7 @@ sub g_auto_install { $_->{mntpoint} && fs::format::known_type($_); } @{$::o->{fstab}} ]; - exists $::o->{$_} and $o->{$_} = $::o->{$_} foreach qw(locale authentication mouse netc timezone superuser intf keyboard users partitioning isUpgrade manualFstab nomouseprobe crypto security security_user libsafe netcnx useSupermount autoExitInstall X services); #- TODO modules bootloader + exists $::o->{$_} and $o->{$_} = $::o->{$_} foreach qw(locale authentication mouse netc timezone superuser intf keyboard users partitioning isUpgrade manualFstab nomouseprobe crypto security security_user libsafe netcnx useSupermount autoExitInstall X services postInstall postInstallNonRooted); #- TODO modules bootloader $o->{printer} = $::o->{printer} if $::o->{printer}; |