Searched refs:rtcache (Results 1 - 1 of 1) sorted by relevance

/lxc/templates/
H A Dlxc-plamo.in106 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
[all...]

Completed in 14 milliseconds