From 43e6941d9c80b67c8bec196cd47c40c46982cd97 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Fri, 7 Sep 2018 10:35:13 +0200 Subject: - musl dl suffix, linux-rebuild target - busybox config removed print, init utils Signed-off-by: Toni Uhlig --- skeleton/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skeleton') 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 -- cgit v1.2.3