summaryrefslogtreecommitdiffstats
path: root/mdkonline.pm
diff options
context:
space:
mode:
Diffstat (limited to 'mdkonline.pm')
-rw-r--r--mdkonline.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/mdkonline.pm b/mdkonline.pm
index eee95bd7..dec9f9d1 100644
--- a/mdkonline.pm
+++ b/mdkonline.pm
@@ -39,6 +39,7 @@ our @EXPORT = qw(find_current_distro
get_product_id
get_release
get_stale_upgrade_filename
+ get_urpmi_options
is_it_2008_0
is_enterprise_media_supported
is_restricted_media_supported
@@ -170,6 +171,10 @@ sub get_banner {
Gtk2::Banner->new(get_banner_icon(), $o_title || N("Distribution Upgrade"));
}
+sub get_urpmi_options() {
+ ({ sensitive_arguments => 1 }, 'urpmi.addmedia', '--xml-info', 'always');
+}
+
sub is_running {
my ($name) = @_;
my $found;