Example configuration files for customize.sh.

Approved by:	re (scottl)
This commit is contained in:
Thomas Quinot 2004-08-16 22:55:51 +00:00
parent 81f6665ec9
commit b78f845dec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133900

View file

@ -0,0 +1,34 @@
#
# Example installation list to be used with nanoBSD customization script.
#
# Copyright (c) 2004 Thomas Quinot
#
# See /usr/share/examples/etc/bsd-style-copyright for license terms.
#
# $FreeBSD$
#
#
# Syntax:
#
# SRC DEST
# Copy SRC to DEST
#
# SRC
# Copy SRC to `dirname SRC`
#
# @PKG
# Install package PKG
#
# Both SRC and PKG may contain shell wildcards.
#
# Exampes:
#
# Copy a file from the local system to the same location on the image
#/usr/local/libexec/foo
#
# Copy a file from $CURDIR to a specified location on the image
#bar /usr/local/sbin/
#
# Install packages from a directory relative to $CURDIR
# on the image
#@mypackages/*