This is a set of scripts that generates a bootable image (and/or ISO file),
that creates a working minimal installation of FreeBSD (mfsBSD) or Linux (mfslinux).
It is completely loaded into memory. Mfslinux is based on OpenWrt.
mfsbsd.autodhcp is set - all network cards are configured for DHCP.
The following kernel modules are included in all mfsBSD ISO's:
acpi (preloaded), ahci (preloaded), aesni, crypto, cryptodev, ext2fs, geom_eli, geom_mirror, geom_nopi, ipmi, ntfs, nullfs, opensolaris, smbusi, snp, tmpfs, zfs
The following packages are included in all mfsBSD ISO's:
cpdup, dmidecode, ipmitool, nano, rsync, smartmontools, tmux
All distributions contain the zfsinstall script for an easy ZFS-based installation of FreeBSD.
You can easily install ZFS-on-root FreeBSD with this script.
Example 1 (install over network):
zfsinstall -d /dev/ada0
Example 2 (install from dist cdrom, swap 4G): zfsinstall -d /dev/ada0 -u /cdrom/11.0-RELEASE-amd64 -s 4G
The special edition contains FreeBSD distribution files base.txz and kernel.txz
The mini edition is a stripped-down distribution with the dropbear SSH server and client.