#/bin/sh dd if=/dev/zero of=/home/root/SwapFile bs=1024 count=8192 mkswap /home/root/SwapFile swapon /home/root/SwapFile echo "8 MB swap active."