nwhitehorn 0728096587 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
..
2012-09-14 17:50:42 +00:00
2013-01-17 23:56:43 +00:00
2013-01-20 08:18:56 +00:00
2013-01-19 07:07:05 +00:00
2012-10-07 19:53:04 +00:00
2012-11-20 02:12:01 +00:00
2012-07-13 21:27:18 +00:00
2012-03-26 21:22:53 +00:00
2012-03-26 15:18:14 +00:00
2013-01-05 00:27:08 +00:00
2012-10-29 03:31:22 +00:00
2012-09-01 10:56:15 +00:00
2012-10-20 10:20:06 +00:00
2010-12-20 08:54:30 +00:00
2012-05-18 14:12:17 +00:00
2012-05-17 11:50:12 +00:00
2013-01-09 18:18:08 +00:00
2010-12-20 09:36:54 +00:00
2012-07-04 10:17:02 +00:00
2012-05-12 15:08:22 +00:00
2013-01-16 05:03:49 +00:00
2012-07-09 15:44:35 +00:00
2012-11-18 16:58:08 +00:00
2012-09-11 07:35:24 +00:00
2012-09-14 17:50:42 +00:00
2012-06-03 11:29:48 +00:00
2012-10-05 20:19:28 +00:00
2012-09-12 10:16:39 +00:00
2012-03-10 14:38:34 +00:00
2013-01-18 02:36:06 +00:00
2012-03-26 21:22:53 +00:00