Lines Matching refs:rootfs
142 echo "Failed to download the rootfs, aborting."
146 mv "$INSTALL_ROOT" "$cache/rootfs"
156 echo -n "Copying rootfs to $rootfs_path ..."
158 rsync -Ha $cache/rootfs/ $rootfs_path/
165 urpmi --root $cache/rootfs --urpmi-root $cache/rootfs --auto --auto-update --ignorearch
195 echo "Checking cache download in $cache/rootfs ... "
196 if [ ! -e "$cache/rootfs" ]; then
197 echo $cache/rootfs
213 echo "Copy $cache/rootfs to $rootfs_path ... "
216 echo "Failed to copy rootfs"
229 grep -q "^lxc.rootfs" $config_path/config 2>/dev/null || echo "lxc.rootfs = $rootfs_path" >> $config_path/config
324 [-P|--profile=<name of the profile>] [--rootfs=<path>]
330 -p,--path path to where the container rootfs will be created, defaults to @LXCPATH@. The container config will go under @LXCPATH@ in that case
340 ---rootfs rootfs path
346 options=$(getopt -o hp:n:P:cR:4:6:g:d:A -l help,rootfs:,path:,name:,profile:,clean:,release:,ipv4:,ipv6:,gw:,dns:,arch: -- "$@")
371 --rootfs) rootfs_path=$2; shift 2;;
427 # check for 'lxc.rootfs' passed in through default config by lxc-create
429 if grep -q '^lxc.rootfs' $path/config 2>/dev/null ; then
430 rootfs_path=$(awk -F= '/^lxc.rootfs =/{ print $2 }' $path/config)
432 rootfs_path=$path/$name/rootfs
484 echo "container rootfs and config created"