summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-05-20 03:18:06 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-05-20 03:18:06 +0000
commitba828698d93b145995bd2ab8c303bf795b71005e (patch)
treef8b71e6b9ab597a4eab68f240641278a2a37228f /perl-install/install_any.pm
parent017f99c4407ea3f10ecec06baa5089f1a8eda622 (diff)
downloaddrakx-backup-do-not-use-ba828698d93b145995bd2ab8c303bf795b71005e.tar
drakx-backup-do-not-use-ba828698d93b145995bd2ab8c303bf795b71005e.tar.gz
drakx-backup-do-not-use-ba828698d93b145995bd2ab8c303bf795b71005e.tar.bz2
drakx-backup-do-not-use-ba828698d93b145995bd2ab8c303bf795b71005e.tar.xz
drakx-backup-do-not-use-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.pm2
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};