mirror of
https://github.com/Augustin-FL/building-pfsense-iso-from-source.git
synced 2025-05-11 13:57:22 +00:00
spelling
This commit is contained in:
parent
faa7fd272d
commit
925f95e38d
@ -91,7 +91,7 @@ pkg install -y htop screen wget mmv
|
||||
# Only install this if your FreeBSD is a virtual machine
|
||||
pkg install -y open-vm-tools
|
||||
|
||||
# Create an 8G swap device (Not required but can be usefull if you don't have enough memory)
|
||||
# Create an 8G swap device (Not required but advised : will be useful if you don't have enough memory)
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user