mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-17 23:45:21 +01:00
Embedded: ensure /var/run exists for use by dhcpcd
This commit is contained in:
parent
03f4924b8c
commit
493869e47a
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ udevadm settle --timeout=2
|
|||
cat /proc/cpuinfo /sys/class/drm/*/edid > /dev/urandom
|
||||
|
||||
# dhcpcd
|
||||
mkdir -p /var/run
|
||||
dhcpcd -f /etc/dhcpcd.conf --noarp 2>/dev/null &
|
||||
|
||||
if grep -q debugconsole /proc/cmdline; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue