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 | b2888271d79d39d972db7746f5d4ecdcf1372586 (patch) | |
| tree | fbcd58ce9f268aa0ab1bde7d1cb7317a97a2aa6d /configure | |
| parent | a6178d6a904eff4e5fcb4cef268045e9c4e9d918 (diff) | |
| download | dhcpcd-b2888271d79d39d972db7746f5d4ecdcf1372586.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 |
