diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-09-07 10:35:13 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-09-07 10:35:13 +0200 |
commit | 43e6941d9c80b67c8bec196cd47c40c46982cd97 (patch) | |
tree | bf3ee72825fff64d8a70cd30b673e65f43f3cc80 /skeleton/init | |
parent | 08e4122912d6cd5e0aac5cd396f93eb8f327cd7d (diff) |
- musl dl suffix, linux-rebuild target
- busybox config removed print, init utils
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
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 |