#!/bin/sh

/opt/etc/init.d/rc.unslung stop

sleep 5

for i in `cat /proc/mounts | awk '/ext3/{print()}'` ; do
  mount -oremount,ro $i
done

swapoff -a
sleep 1
