#!/usr/bin/env bash
# Mount specific local file systems
mount none -t proc /proc
mount none -t sysfs /sys
mount none -t devpts /dev/pts