From 864370cab12d6f950a1b94bebc060f2be8edead0 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 1 Dec 2021 08:06:58 -0600 Subject: [PATCH] The /etc/rc source didn't have the directory so was searching the $PATH, and package builds like dropbear were what was using $QEMU_MORE so put it back. --- scripts/mkroot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/mkroot.sh b/scripts/mkroot.sh index a362ab38..74fc0845 100755 --- a/scripts/mkroot.sh +++ b/scripts/mkroot.sh @@ -112,7 +112,7 @@ if [ $$ -eq 1 ]; then # Setup networking for QEMU (needs /proc) [ "$(date +%s)" -lt 10000000 ] && sntp -sq time.google.com # Run package scripts (if any) - for i in $(ls -1 /etc/rc 2>/dev/null | sort); do . "$i"; done + for i in $(ls -1 /etc/rc 2>/dev/null | sort); do . /etc/rc/"$i"; done [ -z "$CONSOLE" ] && CONSOLE="$(