Lines Matching refs:config
70 # These are only going into comments in the resulting config...
168 # Also kill it in the /etc/selinux/config file if it's there...
169 if [ -f $rootfs_path/etc/selinux/config ]
171 sed -i '/^SELINUX=/s/.*/SELINUX=disabled/' $rootfs_path/etc/selinux/config
192 # In addition to disabling pam_loginuid in the above config files
339 # since lxc.devttydir is specified in the config.
588 grep -q "^lxc.rootfs" $config_path/config 2>/dev/null || echo "
590 " >> $config_path/config
594 # interfaces in the default config.
595 mv $config_path/config $config_path/config.def
598 # This should catch variable expansions from the default config...
610 echo ${LINE} >> $config_path/config
614 echo "lxc.network.hwaddr = $(create_hwaddr)" >> $config_path/config
617 done < $config_path/config.def
619 rm -f $config_path/config.def
625 " >> $config_path/config
629 cat <<EOF >> $config_path/config
851 # check for 'lxc.rootfs' passed in through default config by lxc-create
852 if grep -q '^lxc.rootfs' $path/config 2>/dev/null ; then
854 -e 's/^lxc.rootfs\s*=\s*//' -e q $path/config)
864 # maybe was interrupted before copy config
897 Container rootfs and config have been created.
898 Edit the config file to check/enable networking setup.