Embedded: ensure /var/run exists for use by dhcpcd

This commit is contained in:
Floris Bos 2023-03-20 15:20:48 +01:00
parent 03f4924b8c
commit 493869e47a

View file

@ -18,6 +18,7 @@ udevadm settle --timeout=2
cat /proc/cpuinfo /sys/class/drm/*/edid > /dev/urandom cat /proc/cpuinfo /sys/class/drm/*/edid > /dev/urandom
# dhcpcd # dhcpcd
mkdir -p /var/run
dhcpcd -f /etc/dhcpcd.conf --noarp 2>/dev/null & dhcpcd -f /etc/dhcpcd.conf --noarp 2>/dev/null &
if grep -q debugconsole /proc/cmdline; then if grep -q debugconsole /proc/cmdline; then