startup: try to dhcp on boot
This commit is contained in:
parent
0f837c312e
commit
6842a57955
6
base/etc/startup.d/40_dhcp.sh
Executable file
6
base/etc/startup.d/40_dhcp.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
if kcmdline -q no-startup-dhcp then exit 0
|
||||
|
||||
echo -n "Setting up network..." >> /dev/pex/splash
|
||||
/bin/dhclient
|
Loading…
x
Reference in New Issue
Block a user