summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xdraklive-install2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 263a726..1770c82 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- disable timeout when running gurpmi2 to install updates
+
2.25
- add option to install updates
diff --git a/draklive-install b/draklive-install
index b3212c3..592b667 100755
--- a/draklive-install
+++ b/draklive-install
@@ -486,7 +486,7 @@ Do you want to install the updates?")),
};
my $log_file = '/root/drakx/updates.log';
- run_program::rooted($::prefix, 'gurpmi2', '>>', $log_file, '2>>', $log_file, '--auto-select');
+ run_program::raw({ root => $::prefix, timeout => 'never' }, 'gurpmi2', '>>', $log_file, '2>>', $log_file, '--auto-select');
clean_rpmdb_shared_regions();
}