#!/bin/sh

mount -t proc none /proc
mount -t sysfs none /sys

exec /bin/busybox init
