Lines Matching refs:network
223 # configure the network using the dhcp
224 cat <<EOF > ${rootfs_path}/etc/sysconfig/network-scripts/ifcfg-eth0
236 cat <<EOF > ${rootfs_path}/etc/sysconfig/network
326 # legacy chkconfig command to enable the network startup
328 chroot ${rootfs_path} chkconfig network on
352 chroot ${rootfs_path} chkconfig network on
1107 if [[ "${KEY}" != "lxc.network.hwaddr" ]]
1111 if [[ "${KEY}" == "lxc.network.link" ]]
1113 echo "lxc.network.hwaddr = $(create_hwaddr)" >> $config_path/config
1136 #lxc.network.type = $lxc_network_type
1137 #lxc.network.flags = up
1138 #lxc.network.link = $lxc_network_link
1139 #lxc.network.name = eth0
1140 # Additional example for veth network type
1142 #lxc.network.hwaddr = 00:16:3e:77:52:20
1145 #lxc.network.veth.pair = v-$name-e0
1184 [--fqdn=<network name of container>] [-a|--arch=<arch of the container>]