From 2a6cdfec9dcbe1f07a5c640bd1b80a268dd8f3e2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 20 Aug 2008 08:02:20 +0000 Subject: remove debugging code that wrongly went in last commit (r244224 on 2008-08-19), thus fixing using remote repositories (spotted by pixel) --- tools/drakx-in-chroot | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tools/drakx-in-chroot') diff --git a/tools/drakx-in-chroot b/tools/drakx-in-chroot index 6073ce236..2496c21d2 100755 --- a/tools/drakx-in-chroot +++ b/tools/drakx-in-chroot @@ -69,12 +69,7 @@ if ($remote_repository) { } sys("$sudo mount -o bind $dir $SLASH_LOCATION$prefix_ROOTED"); - -if ($repository_uri) { - $repository_uri = '/C/cooker/i586'; -} elsif (!$remote_repository) { - $repository_uri = $repository_without_arch; -} +$repository_uri ||= $repository_without_arch if !$remote_repository; sys("$sudo mount -o bind $repository_uri $SLASH_LOCATION$MEDIA_LOCATION_ROOTED") if $repository_uri; sys("$sudo mount -t proc none $SLASH_LOCATION/proc"); -- cgit v1.2.1