Now they are here.

This commit is contained in:
freesource
2001-09-15 05:23:56 +00:00
parent 7efd632ab9
commit 0696e30722
2 changed files with 65 additions and 0 deletions
@@ -0,0 +1,6 @@
#!/bin/bash
dd if=/dev/zero of=/swapfile bs=1024 count=32768
mkswap /swapfile
swapon /swapfile
echo "Done."