Lines Matching refs:cache
512 # We know we don't have a cache directory of this version or we
514 # have another Fedora cache directory from which we could run...
716 # move it to the cache location before cleaning up.
804 INSTALL_ROOT=$cache/partial
811 # download a mini fedora into a cache
944 # this template cache using versions of yum and rpm in the bootstrap
947 # with the target database now that we are done building the cache. In the
1004 mv "$INSTALL_ROOT" "$cache/rootfs"
1015 #cp -a $cache/rootfs-$basearch $rootfs_path || return 1
1018 rsync -Ha $cache/rootfs/ $rootfs_path/
1025 mount -o bind /dev ${cache}/rootfs/dev
1026 mount -t proc proc ${cache}/rootfs/proc
1028 cp /etc/resolv.conf ${cache}/rootfs/etc/
1029 chroot ${cache}/rootfs yum -y update
1030 umount ${cache}/rootfs/proc
1031 umount ${cache}/rootfs/dev
1044 echo "Checking cache download in $cache/rootfs ... "
1045 if [ ! -e "$cache/rootfs" ]; then
1055 echo "Failed to update 'fedora base', continuing with last known good cache"
1061 echo "Copy $cache/rootfs to $rootfs_path ... "
1160 if [ ! -e $cache ]; then
1172 echo -n "Purging the download cache for Fedora-$release..."
1173 rm --preserve-root --one-file-system -rf $cache && echo "Done." || exit 1
1193 -c,--clean clean the cache
1285 # Allow the cache base to be set by environment variable
1286 cache_base=${LXC_CACHE_PATH:-"@LOCALSTATEDIR@/cache/lxc"}/fedora/$basearch
1377 cache=$cache_base/$release
1434 echo "You have successfully built a Fedora container and cache. This cache may