#!/bin/sh # disable all network interfaces ifdown -a # unmount all drives umount -a -r