Administrative files, and information how to use them.

This commit is contained in:
freesource
2001-09-15 04:38:31 +00:00
parent b1e21e5bc1
commit e4ef5dbfa3
2 changed files with 65 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
dd if=/dev/zero of=/swapfile bs=1024 count=32768
mkswap /swapfile
swapon /swapfile
echo "Done."