1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-22 00:23:28 -05:00
2001-11-08 06:17:04 +00:00

10 lines
147 B
Bash
Executable File

#!/bin/bash
# $Id$
# make_debian-X11 replacement
dd if=/dev/zero of=/swapfile bs=1024 count=32768
mkswap /swapfile
swapon /swapfile
echo "Done."