7 lines
120 B
Bash
Executable File
7 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if kcmdline -q no-startup-dhcp then exit 0
|
|
|
|
echo -n "Setting up network..." >> /dev/pex/splash
|
|
/bin/dhclient
|