#!/bin/ash
cd /
umount /mnt/*
echo "Good luck"
sleep 2
/bin/poweroff -n -f
