Skip to content

Commit 6895c4d

Browse files
committed
Fixes DHCPD yaml
1 parent ad871d7 commit 6895c4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hook_debug.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ onboot:
1111
image: linuxkit/sysctl:v0.8
1212
- name: sysfs
1313
image: linuxkit/sysfs:v0.8
14+
- name: dhcpcd
15+
image: linuxkit/dhcpcd:v0.8
16+
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
1417
services:
1518
- name: getty
1619
image: linuxkit/getty:v0.8

0 commit comments

Comments
 (0)