From 5cc4d959b437a972c123680aa88e776c69833d75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Mon, 27 Feb 2023 09:44:41 +0800 Subject: [PATCH] populate_device_nodes function needs /etc present, run it after create_fhs. --- sysc/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysc/run.sh b/sysc/run.sh index e9da3f4..10012cc 100755 --- a/sysc/run.sh +++ b/sysc/run.sh @@ -30,10 +30,10 @@ create_fhs() { echo 'nameserver 1.1.1.1' > /etc/resolv.conf } -populate_device_nodes - create_fhs +populate_device_nodes + # Obtain network connection if [ "${CHROOT}" = "False" ]; then dhcpcd --waitip=4