diff options
| author | Roy Marples <roy@marples.name> | 2020-01-21 22:09:14 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-01-21 22:09:14 +0000 |
| commit | 91f6f362cf18cfb05fed424c3e95b3a1c86405e8 (patch) | |
| tree | fbcd58ce9f268aa0ab1bde7d1cb7317a97a2aa6d /configure | |
| parent | d469b195c982f9246ad5b8c2a965d65542621ab0 (diff) | |
| download | dhcpcd-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-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
