From 567871c9e9cadc68c3d06ea072dece24450f0f55 Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Tue, 16 Sep 2014 16:10:08 +0200 Subject: add example ifcfg files --- examples/networking/ifcfg-eth-dhcp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/networking/ifcfg-eth-dhcp (limited to 'examples/networking/ifcfg-eth-dhcp') diff --git a/examples/networking/ifcfg-eth-dhcp b/examples/networking/ifcfg-eth-dhcp new file mode 100644 index 00000000..2dd687ab --- /dev/null +++ b/examples/networking/ifcfg-eth-dhcp @@ -0,0 +1,11 @@ +# ifcfg sample for common ethernet interfaces using DHCP +# +# Please read /usr/share/doc/initscripts-*/sysconfig.txt +# for the documentation of these parameters. + +DEVICE=eth0 +BOOTPROTO=dhcp +HWADDR=00:11:22:33:44:55 +ONBOOT=yes +DHCP_HOSTNAME=host1 + -- cgit v1.2.1