KfWiki : FreeBSDJumpstart

HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
HomePage » GeneralUnix » FreeBSD » FreeBSDJumpstart


Jumpstart

Read: http://www.bsdunix.ch/public/docu/freebsd_sysinstall.html

For disk layout, see this example:
#############################################################
# - All sizes are expressed in 512 byte blocks!
# - "Size in MB" = sectors * 512 / 1024 / 1024 
# - "Number of blocks" = xsize in mb * 1024 * 1024 / 512
# The non-zero value after the mountpoint means enable soft updates
disk=da0
partition=all
bootManager=boot
diskPartitionEditor
da0s1-1=swap 4194304 none
da0s1-2=ufs 0 /
da0s1-3=ufs 2097152 /tmp 1
diskLabelEditor
installCommit

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.2101 seconds