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

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

echo 0 > /proc/sys/kernel/sysrq
