summaryrefslogtreecommitdiffstats
path: root/tools/drakx-in-chroot
diff options
context:
space:
mode:
Diffstat (limited to 'tools/drakx-in-chroot')
-rw-r--r--tools/drakx-in-chroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/drakx-in-chroot b/tools/drakx-in-chroot
index ede763196..4f8b61c4f 100644
--- a/tools/drakx-in-chroot
+++ b/tools/drakx-in-chroot
@@ -88,7 +88,7 @@ if (!-f ($SLASH_LOCATION . $AUTO_INSTALL_ROOTED) && $Xnest_bin) {
if (!$Xnest_pid) {
exec $Xnest_bin, $DISPLAY, '-ac', ($Xnest_bin eq 'Xephyr' ? '-screen' : '-geometry'), '800x600' or die "Xnest failed\n";
}
- $ENV{DISPLAY} = 'localhost' . $DISPLAY;
+ $ENV{DISPLAY} = '127.0.0.1' . $DISPLAY;
}
if (my $pid = fork()) {