# vim: syntax=sh # # HOWTO/script to create a ZFS pool mounted as an almost bootable "root" # partition. # # Adapted by Yarema from # http://People.FreeBSD.org/~rse/mirror/ # http://Wiki.FreeBSD.org/ZFSOnRoot # http://Wiki.FreeBSD.org/ZFS # #===#===#===#===#===#===#===#===#===#===#===#===#===#===#===#===#===#===#===# : ${RELEASE:="7.0-RELEASE"} : ${SERVER:="server"} : ${KMEMSIZE:="512M"} : ${MAXRAM:="4000"} #===#===#===#===#===#===#===#===#===#===#===#===#===#===#===#===#===#===#===# # EOF