commit: 5cc4d959b437a972c123680aa88e776c69833d75
parent b444196d9946c7aaa281446418f4409a16ea22cd
Author: Andrius Štikonas <andrius@stikonas.eu>
Date: Mon, 27 Feb 2023 09:44:41 +0800
populate_device_nodes function needs /etc present, run it after create_fhs.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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