From b78f845dec85ae541a7963feedc4b17cbbab98ae Mon Sep 17 00:00:00 2001 From: Thomas Quinot Date: Mon, 16 Aug 2004 22:55:51 +0000 Subject: [PATCH] Example configuration files for customize.sh. Approved by: re (scottl) --- tools/tools/nanobsd/localfiles | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 tools/tools/nanobsd/localfiles diff --git a/tools/tools/nanobsd/localfiles b/tools/tools/nanobsd/localfiles new file mode 100644 index 00000000000..e18a038b115 --- /dev/null +++ b/tools/tools/nanobsd/localfiles @@ -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/*