Lines Matching refs:container

3 # Template script for generating Oracle Enterprise Linux container for LXC
70 echo "Patching container rootfs $container_rootfs for Oracle Linux $container_release_major.$container_release_minor"
72 # copy ourself into the container to be used to --patch the rootfs when
107 # "disable" selinux in the guest. The policy in the container isn't
141 # ensure /dev/ptmx refers to the newinstance devpts of the container, or
148 # with newer systemd (OL7.2), getty service include container-getty.service
150 if [ ! -f $container_rootfs/usr/lib/systemd/system/container-getty@.service ]; then
153 # the ttys in the container. Lets do it in an override copy of the
209 # relevant in a container
215 # disable readahead in the container
240 # disable udev in the container
249 # disable nash raidautorun in the container since no /dev/md*
327 echo "Configuring container for Oracle Linux $container_release_major.$container_release_minor"
355 # this file has to exist for libvirt/Virtual machine monitor to boot the container
385 if [ "\$container" = "lxc" ]; then
409 env container
426 # power-status-changed - used to cleanly shut down the container
461 echo "Timezone in container is not configured. Adjust it manually."
467 printf "Added container user:\033[1moracle\033[0m\n"
468 printf "Added container user:\033[1mroot\033[0m\n"
471 # create the container's lxc config file
514 # generate a hwaddr for the container
763 # if installing from a baseurl, create a .repo that the container
818 echo "Unable to determine container release version"
827 -R|--release=<release> release to download for the new container
829 -r|--rpms=<rpm name> additional rpms to install into container
834 -P|--patch=<path> only patch the rootfs at path for use as a container