#!/usr/bin/env bash
# Configure external mount points
mount --bind /dev ${1}/dev
mount --bind /run ${1}/run