4ff80fc958
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)
11 lines
285 B
Makefile
11 lines
285 B
Makefile
# $FreeBSD$
|
|
|
|
SCRIPTS= auto adduser checksum config docsinstall entropy hostname jail \
|
|
keymap mirrorselect mount netconfig netconfig_ipv4 netconfig_ipv6 \
|
|
rootpass script services time umount wlanconfig zfsboot
|
|
BINDIR= /usr/libexec/bsdinstall
|
|
|
|
NO_MAN= true
|
|
|
|
.include <bsd.prog.mk>
|