From 2b1f165d34612d73d37a1cc21089d4e63f4e5fd0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 7 Dec 2012 13:39:35 +0000 Subject: (setPackages) skip media screen in auto install --- perl-install/install/NEWS | 2 ++ perl-install/install/any.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index fbb31eabd..93407774c 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- skip media screen in auto install + Version 15.1 - 7 December 2012 - add basic support for grub2 (mga#416) diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index 0ce8d5533..58afe29a0 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -417,7 +417,7 @@ sub setPackages { } install::pkgs::start_pushing_error(); - media_screen($o); + media_screen($o) if !$::auto_install; # actually read synthesis now we have all the ones we want: require urpm::media; -- cgit v1.2.1