From a4778d10646411aa98d407e7a99da5095dd7b845 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 17 Feb 2006 14:30:25 +0000 Subject: run drakx-in-chroot with enough timeout slack --- tools/draklive | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') 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})), -- cgit v1.2.1