Lines Matching refs:rtcache
106 echo "Copying $rtcache to $rootfs..."
108 find $rtcache -mindepth 1 -maxdepth 1 -exec cp -a {} $rootfs \; || return 1
133 echo "Installing packages to $rtcache..."
134 if [ ! -d $rtcache ] ; then
135 mkdir -p $rtcache
137 installpkg -root $rtcache -priority ADD $p
140 echo "Copy $rtcache to $rootfs..."
272 [ -d $dlcache -a -d $rtcache ] || return 0
280 rm -rf --one-file-system $dlcache $rtcache || return 1
347 rtcache=$cache/rootfs-${prog##*-}-$release-$arch