summaryrefslogtreecommitdiffstats
path: root/perl-install/install/NEWS
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-04-04 13:59:23 +0000
committerThierry Vignaud <tv@mageia.org>2013-04-04 13:59:23 +0000
commita7e83eb8ed98791c25f0e4768ac7e6ae6e49fe21 (patch)
treea8d973c6cee3ce067f89ef5c2f0ccf25d3ce950f /perl-install/install/NEWS
parentc8a623918a052358d8c9444cc319b14e6f89c7a0 (diff)
downloaddrakx-backup-do-not-use-a7e83eb8ed98791c25f0e4768ac7e6ae6e49fe21.tar
drakx-backup-do-not-use-a7e83eb8ed98791c25f0e4768ac7e6ae6e49fe21.tar.gz
drakx-backup-do-not-use-a7e83eb8ed98791c25f0e4768ac7e6ae6e49fe21.tar.bz2
drakx-backup-do-not-use-a7e83eb8ed98791c25f0e4768ac7e6ae6e49fe21.tar.xz
drakx-backup-do-not-use-a7e83eb8ed98791c25f0e4768ac7e6ae6e49fe21.zip
do not copy /etc/resolv.conf in chroot if not needed
only copy it if using either remote display or remote repository (thus fixing goup lookups, mga#9326) rationale: copying /etc/resolv.conf in installer chroot prevent librpm to load some NSS modules, which results in failure to lookup groups when chrooted in the _installed_ system
Diffstat (limited to 'perl-install/install/NEWS')
-rw-r--r--perl-install/install/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 2ff545106..3afe3a6b8 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,7 @@
+- drakx-in-chroot:
+ o do not copy /etc/resolv.conf in chroot if not using either remote
+ display or remote repository (thus fixing goup lookups, mga#9326)
+
Version 15.32 - 31 March 2013
- fix detecting Xen hard disks (mga#9546)