dd if=/dev/zero of=/swap bs=1M count=2048 chmod 600 /swap mkswap /swap swapon /swap
/swap none swap defaults 0 0