#!/bin/sh
export PATH=/bin:/sbin:/usr/bin:/usr/sbin

mount -n -t proc proc /proc
mount -n -t sysfs sysfs /sys

