This commit is contained in:
Augustin FL 2021-04-03 19:04:36 +02:00 committed by GitHub
parent 7cd20d0a8b
commit 1033717fba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,6 +95,7 @@ dd if=/dev/zero of=/root/swap.bin bs=1M count=8192
chmod 0600 /root/swap.bin
mdconfig -a -t vnode -f /root/swap.bin -u 0
echo 'swapfile="/root/swap.bin"' >> /etc/rc.conf
swapon /dev/md0
```