summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-09-10 04:02:24 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-09-10 04:02:24 +0000
commit94f4884adea83ac0b87daf65b2efdbee3981dad0 (patch)
treed9a0bfebcc6e273d4e6e39f96006dfc99d587ecb /perl-install/install2.pm
parent6df19879a1753d29a64116fa44ac352b6759634e (diff)
downloaddrakx-backup-do-not-use-94f4884adea83ac0b87daf65b2efdbee3981dad0.tar
drakx-backup-do-not-use-94f4884adea83ac0b87daf65b2efdbee3981dad0.tar.gz
drakx-backup-do-not-use-94f4884adea83ac0b87daf65b2efdbee3981dad0.tar.bz2
drakx-backup-do-not-use-94f4884adea83ac0b87daf65b2efdbee3981dad0.tar.xz
drakx-backup-do-not-use-94f4884adea83ac0b87daf65b2efdbee3981dad0.zip
log the {meta_class}
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 49c51649d..14a707b4d 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -592,6 +592,7 @@ sub main {
$o->{distro_type} = 'cooker' if $VERSION =~ /cooker/i;
}
$o->{meta_class} eq 'discovery' and $o->{meta_class} = 'desktop';
+ log::l("meta_class $o->{meta_class}");
if ($::oem) {
$o->{partitioning}{use_existing_root} = 1;
$o->{compssListLevel} = 4;