From 521a457f34c1a7862673be04aefc561543fa78eb Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 28 Dec 2005 14:56:04 +0000 Subject: install packages using urpmi --auto --- tools/draklive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/draklive b/tools/draklive index 9ff401fcb..dbca1094e 100755 --- a/tools/draklive +++ b/tools/draklive @@ -434,7 +434,7 @@ sub post_install_system { my @rpms = map { abs_path($_) } @{$live->{system}{rpms}}; each_index { !defined $_ and die "unable to find file " . $live->{system}{rpms}[$::i] } @rpms; - run_('urpmi', '--root', $live->{system}{root}, @rpms) if @rpms; + run_('urpmi', '--auto', '--root', $live->{system}{root}, @rpms) if @rpms; my @patches = map { abs_path($_) } @{$live->{system}{patches}}; each_index { !defined $_ and die "unable to find file " . $live->{system}{patches}[$::i] } @patches; -- cgit v1.2.1