mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
7 lines
148 B
Bash
Executable File
7 lines
148 B
Bash
Executable File
#!/bin/busybox sh
|
|
|
|
st -k -e "/bin/sh" "-c" "echo -e \"Acquiring ip address from DHCP, please wait...\"; sleep 2"
|
|
ln -s /run /var/lib/dhcp
|
|
dhclient
|
|
|