no longer overwrite guest's /etc/yum.conf with the version from the host
authorMarc Fiuczynski <mef@cs.princeton.edu>
Mon, 25 Feb 2008 19:41:11 +0000 (19:41 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Mon, 25 Feb 2008 19:41:11 +0000 (19:41 +0000)
vserver-reference.init

index 179de23..8845eaf 100755 (executable)
@@ -103,7 +103,7 @@ echo -n $"Updating VServer reference images: " >&3 2>&4
 VROOTS="$__DEFAULT_VSERVERDIR/.vref/* $__DEFAULT_VSERVERDIR/.vcache/* $__DEFAULT_VSERVERDIR/${PLC_SLICE_PREFIX}_*"
 
 # Copy configuration files from host to slices
-for file in /etc/hosts /etc/resolv.conf /etc/yum.conf /etc/planetlab/node_id \
+for file in /etc/hosts /etc/resolv.conf /etc/planetlab/node_id \
             /etc/planetlab/plc_config* /etc/planetlab/php/* \
             /etc/pki/rpm-gpg/* ; do
     if [ -r $file ] ; then