]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add zfsboot module as an option for automatic configuration. Default is
authordteske <dteske@FreeBSD.org>
Fri, 11 Oct 2013 20:41:35 +0000 (20:41 +0000)
committerdteske <dteske@FreeBSD.org>
Fri, 11 Oct 2013 20:41:35 +0000 (20:41 +0000)
commit4ff80fc958fa143107ee77b1b5e699102342cdf1
tree1d9268082ed6241f91ee4568f84de474cd3d0651
parentc0413eb3b6ffd777dbc1425a6fde1ebb0a1fa001
Add zfsboot module as an option for automatic configuration. Default is
to run interactively but it can be scripted too (optinally completely
non-interactive). Currently supports GELI and all ZFS vdev types. Also
performs validation on selections/settings providing error messages if
necessary, explaining (in plain language) what the issue is. Currently
the auto partitioning of naked disks only supports GPT and MBR (VTOC8
pending for sparc64), so is only available for i386/amd64 install.

Submitted by: Allan Jude <freebsd@allanjude.com>, myself
Reviewed by: Allan Jude <freebsd@allanjude.com>
Approved by: re (glebius)
usr.sbin/bsdinstall/bsdinstall
usr.sbin/bsdinstall/scripts/Makefile
usr.sbin/bsdinstall/scripts/auto
usr.sbin/bsdinstall/scripts/config
usr.sbin/bsdinstall/scripts/zfsboot [new file with mode: 0755]