User Tools

Site Tools


unix:freebsd:system_builds:basic_freebsd_installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
unix:freebsd:system_builds:basic_freebsd_installation [2019/11/07 02:28] – [Install some basic packages] rodolicounix:freebsd:system_builds:basic_freebsd_installation [2019/11/08 17:15] – [Post Installation File System Modifications] rodolico
Line 49: Line 49:
  
 <code bash> <code bash>
 +cp /etc/fstab /etc/fstab.bak
 # create a 4G file to be used for swap space. modify size as necessary # create a 4G file to be used for swap space. modify size as necessary
 dd if=/dev/zero of=/swapfile bs=1G count=4 dd if=/dev/zero of=/swapfile bs=1G count=4
Line 62: Line 63:
 rm -fR /tmp/* rm -fR /tmp/*
 mount /tmp mount /tmp
 +mount
 # Just to be on the safe side, reboot # Just to be on the safe side, reboot
 # might as well plug the rest of the drives in # might as well plug the rest of the drives in
unix/freebsd/system_builds/basic_freebsd_installation.txt · Last modified: 2019/12/03 15:35 by rodolico