dhcpcd: tmpfs /var/run/dhcpcd
This commit is contained in:
parent
6e69a63a4c
commit
8437ca9161
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
add_packages({ "dhcpcd" })
|
||||
add_symlink("/etc/resolv.conf", "/run/resolv.conf")
|
||||
modules.fstab.add_tmpfs("/var/lib/dhcpcd")
|
||||
modules.runit.add_service("dhcpcd", [[#!/bin/sh
|
||||
exec dhcpcd --nobackground
|
||||
]])
|
||||
|
|
Loading…
Reference in a new issue