diff options
Diffstat (limited to 'base/dhcpcd/dhcpcd')
-rw-r--r-- | base/dhcpcd/dhcpcd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/base/dhcpcd/dhcpcd b/base/dhcpcd/dhcpcd new file mode 100644 index 000000000..59c99e172 --- /dev/null +++ b/base/dhcpcd/dhcpcd @@ -0,0 +1,12 @@ +ONBOOT="yes" +SERVICE="dhcpcd" +DHCP_START="" +DHCP_STOP="-k " + +# Set PRINTIP="yes" to have the script print +# the DHCP assigned IP address +PRINTIP="no" + +# Set PRINTALL="yes" to print the DHCP assigned values for +# IP, SM, DG, and 1st NS. This requires PRINTIP="yes". +PRINTALL="no" |