#!/bin/sh
#
# Stuff to do when rebooting

/bin/umount -a -r
/sbin/swapoff -a

sync; sync; sync

reboot
