From 94f4884adea83ac0b87daf65b2efdbee3981dad0 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 10 Sep 2004 04:02:24 +0000 Subject: log the {meta_class} --- perl-install/install2.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install2.pm') 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; -- cgit v1.2.1