K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2013-01-21T01:01:32.761763Z K 7 svn:log V 543 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. END