diff options
-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; |