mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-08 12:51:40 -04:00
Now they are here.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
dd if=/dev/zero of=/swapfile bs=1024 count=32768
|
||||
mkswap /swapfile
|
||||
swapon /swapfile
|
||||
echo "Done."
|
||||
Reference in New Issue
Block a user