mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-09 03:11:51 +00:00
9 lines
101 B
Bash
Executable File
9 lines
101 B
Bash
Executable File
#!bin/sh
|
|
|
|
set -ex
|
|
|
|
ip link set eth0 up
|
|
|
|
cp /dhcpcd.conf /etc/dhcpcd.conf
|
|
|
|
/sbin/dhcpcd --nobackground |