summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2020-01-21 22:09:14 +0000
committerRoy Marples <roy@marples.name>2020-01-21 22:09:14 +0000
commit91f6f362cf18cfb05fed424c3e95b3a1c86405e8 (patch)
treefbcd58ce9f268aa0ab1bde7d1cb7317a97a2aa6d /configure
parentd469b195c982f9246ad5b8c2a965d65542621ab0 (diff)
downloaddhcpcd-91f6f362cf18cfb05fed424c3e95b3a1c86405e8.tar.xz
Linux: setup mounts in chroot
This allows dhcpcd to work. udev sadly requires /run/udev as well, so heh ho.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 263afbf7..56d2cac9 100755
--- a/configure
+++ b/configure
@@ -1709,6 +1709,9 @@ if cd hooks; then
done
cd ..
fi
+if [ "$OS" = linux ]; then
+ HOOKS="$HOOKS${HOOKS:+ }00-linux"
+fi
echo "HOOKSCRIPTS= $HOOKS" >>$CONFIG_MK
echo "EGHOOKSCRIPTS= $EGHOOKS" >>$CONFIG_MK