1 # Config file for pump - dhcp client.
3 # NOHOSTNAME has a higher preference than HOSTNAME so if either
4 # NOHOSTNAME and HOSTNAME are set, no hostname will be passed.
7 # Pass a custom hostname
8 # If both HOSTNAME and NOHOSTNAME are unset then the script
9 # will use the output of `hostname`.
12 # The interface that will be configured
13 # not setting this will default to eth0
16 # Set the lease time request, in either seconds or hours
17 # Default if unset: one hour
18 # ATTENTION: do not set both of them. The script will fart intentionally.
19 # Yes, it can do that.
24 # Use a custom config file rather than /etc/pump.conf
25 #CONFIG=/etc/pump-beefcake.conf
27 # Do not change the contents of /etc/resolv.conf
30 # Do not set a default gateway
33 # Explicitly do not use BOOTP
36 # Set the client identifier to match Windows
39 # vim: ft=conf ts=2 sw=2 et