Lines Matching refs:rootfs
215 [ --rootfs <rootfs> ]: The path to the container's rootfs
229 rootfs:,mapped-uid:,mapped-gid: -- "$@")
253 --rootfs) LXC_ROOTFS=$2; shift 2;;
466 echo "Downloading the rootfs"
467 download_file $DOWNLOAD_URL/rootfs.tar.xz \
468 ${DOWNLOAD_TEMP}/rootfs.tar.xz normal
469 download_sig $DOWNLOAD_URL/rootfs.tar.xz.asc \
470 ${DOWNLOAD_TEMP}/rootfs.tar.xz.asc normal
471 gpg_validate ${DOWNLOAD_TEMP}/rootfs.tar.xz.asc
484 mv ${DOWNLOAD_TEMP}/rootfs.tar.xz $LXC_CACHE_PATH
486 echo "ERROR: Invalid rootfs tarball." 2>&1
504 # Unpack the rootfs
505 echo "Unpacking the rootfs"
516 ${LXC_CACHE_PATH}/rootfs.tar.xz -C ${LXC_ROOTFS}