1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-21 16:13:24 -05:00

10 lines
147 B
Plaintext
Raw Normal View History

2001-09-15 05:23:56 +00:00
#!/bin/bash
2001-11-08 06:17:04 +00:00
# $Id$
# make_debian-X11 replacement
2001-09-15 05:23:56 +00:00
dd if=/dev/zero of=/swapfile bs=1024 count=32768
mkswap /swapfile
swapon /swapfile
echo "Done."