diff options
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | mdkapplet | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +- mdkapplet: + o run media manager with --no-splash' option and handle "--urpmi-root=$root" + Version 2.41 - 7 August 2008, Thierry Vignaud - mdkapplet: @@ -373,7 +373,7 @@ sub upgrade() { } sub add_media() { - fork_exec('/usr/sbin/edit-urpm-sources.pl'); + fork_exec('/usr/sbin/edit-urpm-sources.pl', '--no-splash', if_($root, "--urpmi-root=$root")); } sub installUpdates() { |