Lines Matching refs:container

214     echo "# clean container shutdown on SIGPWR" >> "$INITTAB"
278 printf "##### container_setup(): starting container setup\n"
293 store_user_message "rootfs of container is : ${rootfs}"
294 store_user_message "config of container is : ${path}/config"
310 printf "###### container_setup(): container should be ready to start!\n"
312 printf "You could now use you container with: lxc-start -n %s\n" "${name}"
313 printf "little things you should know about your container:\n"
356 printf "#### container_consoles(): setting container consoles ...\n"
382 printf "#### container_tz(): setting container timezone ...\n"
391 #same target exists in container
393 printf " => host symlink reproducted in container : %s\n" "${target}"
403 printf " => host localtime copyed to container\n"
416 printf "#### container_portage(): setting container portage... \n"
419 portage_mount="#container set with private portage tree, no mount here"
422 #container repos detection
426 die 1 "Failed to figure out container portage tree location with portageq get_repo_path / gentoo\n"
458 portage_mount="#container set with shared portage
463 store_user_message "container has a shared portage from host's ${portage_dir} to ${portage_container/\//}"
489 store_user_message "container has its own portage tree at ${portage_container}"
562 printf "container_net(): setting container network conf... \n"
583 store_user_message "No network interface for this container
592 store_user_message "No network interface for this container"
702 # sets container architecture
728 arch: the container architecture (e.g. amd64): defaults to host arch (currently: '${arch}')
739 this force container to have his own copy
760 auth-key: SSH Public key file to inject into container for user (currently: '${auth_key}')
805 --container-cache) containercache=$2; shift 2;;