1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00
freebsd/usr.sbin/bsdinstall
Nathan Whitehorn 2ffbec1872 Add a scripting frontend. Documentation and release(7) support coming later.
Scripts take the form:

------------------------------------
PARTITIONS=ada0
DISTRIBUTIONS="kernel.txz base.txz ports.txz"

#!/bin/sh
echo "sshd_enable=YES" >> /etc/rc.conf
pkg add puppet
echo "System setup complete"
------------------------------------

The second part of the script (beginning with #!) is run in the newly
installed system after the installation onto ada0 (with default partitioning,
see scriptedpart for more complicated scenarios) is complete.
2013-01-21 01:01:32 +00:00
..
distextract
distfetch
partedit If no partition configuration is specified in {}, use the automatic setup 2013-01-20 23:04:21 +00:00
scripts Add a scripting frontend. Documentation and release(7) support coming later. 2013-01-21 01:01:32 +00:00
bsdinstall Optimize syntax to use builtins and reduce unnecessary forking where possible. 2012-10-22 18:14:27 +00:00
bsdinstall.8 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
Makefile