Lines Matching refs:config
70 # These are only going into comments in the resulting config...
140 # Also kill it in the /etc/selinux/config file if it's there...
141 if [[ -f $rootfs_path/etc/selinux/config ]]
143 sed -i '/^SELINUX=/s/.*/SELINUX=disabled/' $rootfs_path/etc/selinux/config
164 # In addition to disabling pam_loginuid in the above config files
279 # since lxc.devttydir is specified in the config.
398 # default config. Number should match lxc.tty
1085 grep -q "^lxc.rootfs" $config_path/config 2>/dev/null || echo "
1087 " >> $config_path/config
1091 # interfaces in the default config. It will also strip any
1092 # hwaddr stanzas out of the default config since we can not share
1094 mv $config_path/config $config_path/config.def
1097 # This should catch variable expansions from the default config...
1109 echo "${LINE}" >> $config_path/config
1113 echo "lxc.network.hwaddr = $(create_hwaddr)" >> $config_path/config
1116 done < $config_path/config.def
1118 rm -f $config_path/config.def
1124 " >> $config_path/config
1128 cat <<EOF >> $config_path/config
1370 # check for 'lxc.rootfs' passed in through default config by lxc-create
1371 if grep -q '^lxc.rootfs' $path/config 2>/dev/null ; then
1373 -e 's/^lxc.rootfs\s*=\s*//' -e q $path/config)
1383 # maybe was interrupted before copy config
1428 Container rootfs and config have been created.
1429 Edit the config file to check/enable networking setup.