index
:
linux-qemu-test.git
Build Linux Kernel/Modules/musl/BusyBox and run it on QEMU.
log msg
author
committer
range
main
about
summary
refs
log
tree
commit
diff
path:
root
/
skeleton
/
init
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
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