From ba828698d93b145995bd2ab8c303bf795b71005e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 20 May 2005 03:18:06 +0000 Subject: propagate postInstall and postInstallNonRooted in new auto_install.cfg.pl --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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}; -- cgit v1.2.1