summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-04-04 16:31:14 +0000
committerThierry Vignaud <tv@mageia.org>2013-04-04 16:31:14 +0000
commite4befb9e323d74d2e5d4a284df51d6becf3b42cc (patch)
tree205cf709c95007033179089719bc3373dff3279a /tools
parentdbd147c2336ef599fa6d67b64ef63ca961b52043 (diff)
downloaddrakx-backup-do-not-use-e4befb9e323d74d2e5d4a284df51d6becf3b42cc.tar
drakx-backup-do-not-use-e4befb9e323d74d2e5d4a284df51d6becf3b42cc.tar.gz
drakx-backup-do-not-use-e4befb9e323d74d2e5d4a284df51d6becf3b42cc.tar.bz2
drakx-backup-do-not-use-e4befb9e323d74d2e5d4a284df51d6becf3b42cc.tar.xz
drakx-backup-do-not-use-e4befb9e323d74d2e5d4a284df51d6becf3b42cc.zip
always copy /etc/resolv.conf again
previous fix for mga#9326 was incomplete in that draklive's auto-install would still have broke with a remote repositery (which we don't use but it's better to have all cases cornered for the sake of it)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/drakx-in-chroot4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/drakx-in-chroot b/tools/drakx-in-chroot
index 4ffc345de..d5d893f3c 100755
--- a/tools/drakx-in-chroot
+++ b/tools/drakx-in-chroot
@@ -118,9 +118,7 @@ mkdir_p("$dir/dev");
eval { cp_af($_, "$dir$_") } foreach qw(/dev/root);
#- if the DISPLAY is remote, we may need to resolve the name:
-if ($remote_repository || $ENV{DISPLAY} !~ /^:/) {
- eval { cp_af('/etc/resolv.conf', "$SLASH_LOCATION/resolv.conf") };
-}
+eval { cp_af('/etc/resolv.conf', "$SLASH_LOCATION/resolv.conf") };
{
chomp(my $kernel_version = `uname -r`);