Yum-upgrade-3.2.4

From Linux-VServer

Revision as of 00:04, 14 September 2007 by Daniel hozac (Talk | contribs)

Jump to: navigation, search

yum-3.2.4 adds a new persistdir option. util-vserver-0.3.215 will set correct options but for existing installations they must be added manually. E.g. by

  for i in /vservers/.pkg/*/yum; do 
    ! grep -q ^persistdir= $i/etc/yum.conf || continue
    echo $i
    mkdir -p $i/lib     # this is the new persistdir (yum defaults to <chroot>/var/lib/yum)
    sed -ie '/^cachedir=/{p;s/^cache\(.*\)cache/persist\1lib/}' $i/etc/yum.conf
  done
Personal tools