diff options
Diffstat (limited to 'examples/networking/ifcfg-eth-dhcp')
-rw-r--r-- | examples/networking/ifcfg-eth-dhcp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/networking/ifcfg-eth-dhcp b/examples/networking/ifcfg-eth-dhcp deleted file mode 100644 index 58d46bf8..00000000 --- a/examples/networking/ifcfg-eth-dhcp +++ /dev/null @@ -1,14 +0,0 @@ -# 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 - -# WARNING: When both DHCP_HOSTNAME and DHCP_FQDN are specified, -# only DHCP_FQDN will be used. -DHCP_HOSTNAME=host1 -DHCP_FQDN=host1.foo.bar.com |