summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/draklive3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/draklive b/tools/draklive
index f40e5d468..c315b8c9f 100755
--- a/tools/draklive
+++ b/tools/draklive
@@ -420,7 +420,8 @@ label live
sub install_system {
my ($live) = @_;
- run_('drakx-in-chroot',
+ run_({ timeout => 3600 },
+ 'drakx-in-chroot',
$live->{system}{repository},
$live->{system}{root},
if_($live->{system}{auto_install}, '--auto_install', abs_path($live->{system}{auto_install})),