diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-09-10 04:02:24 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-09-10 04:02:24 +0000 |
commit | 94f4884adea83ac0b87daf65b2efdbee3981dad0 (patch) | |
tree | d9a0bfebcc6e273d4e6e39f96006dfc99d587ecb /perl-install/install2.pm | |
parent | 6df19879a1753d29a64116fa44ac352b6759634e (diff) | |
download | drakx-94f4884adea83ac0b87daf65b2efdbee3981dad0.tar drakx-94f4884adea83ac0b87daf65b2efdbee3981dad0.tar.gz drakx-94f4884adea83ac0b87daf65b2efdbee3981dad0.tar.bz2 drakx-94f4884adea83ac0b87daf65b2efdbee3981dad0.tar.xz drakx-94f4884adea83ac0b87daf65b2efdbee3981dad0.zip |
log the {meta_class}
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 1 |
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; |