diff options
Diffstat (limited to 'skeleton/init')
-rwxr-xr-x | skeleton/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skeleton/init b/skeleton/init index d82b175..e5c079b 100755 --- a/skeleton/init +++ b/skeleton/init @@ -49,7 +49,7 @@ for arg in $(cat /proc/cmdline | tr '[:upper:]' '[:lower:]'); do for netif in $(ls /sys/class/net); do ifconfig ${netif} 0.0.0.0 up done - $(command -v udhcpc) -R -H ${HOSTNAME} ${UDHCPC_ARGS} + $(command -v udhcpc) -R -x hostname:${HOSTNAME} ${UDHCPC_ARGS} fi done |