#!/bin/sh

mkdir /tmp/var
mount -o bind /tmp/var /var
mkdir /var/cache /var/lib /var/lock /var/lock/subsys /var/log /var/run /var/tmp 
