diff options
author | phk <phk@FreeBSD.org> | 2003-08-15 12:04:02 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2003-08-15 12:04:02 +0000 |
commit | 8eb928cd77f3c4d619b3780ebf1806da55b3db12 (patch) | |
tree | 353aebd9c45c47b7c962e93577c58b169b95943d /share | |
parent | 9f239b6d697fb40199ff2e27062e693911b1332a (diff) | |
download | FreeBSD-src-8eb928cd77f3c4d619b3780ebf1806da55b3db12.zip FreeBSD-src-8eb928cd77f3c4d619b3780ebf1806da55b3db12.tar.gz |
Remove the magic way of configuring NFS backed swap.
This code dates back to the very first diskless support on FreeBSD,
back when swapon(8) couldn't simply be run on a NFS backed file.
Suggested replacement command sequence on the client:
dd if=/dev/zero of=/swapfile bs=1k count=1 oseek=100000
swapon /swapfile
rm -f /swapfile
For whatever value of 100000 you want.
Diffstat (limited to 'share')
0 files changed, 0 insertions, 0 deletions