summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorthomas <thomas@FreeBSD.org>2004-08-16 22:55:51 +0000
committerthomas <thomas@FreeBSD.org>2004-08-16 22:55:51 +0000
commit795682e917fe907acc02843d5d809c70eb561e59 (patch)
tree237977a7029b9a88308ad81db9bf68959ba7d3fc /tools
parent89798174d792971323f01fa91408ade11785cd64 (diff)
downloadFreeBSD-src-795682e917fe907acc02843d5d809c70eb561e59.zip
FreeBSD-src-795682e917fe907acc02843d5d809c70eb561e59.tar.gz
Example configuration files for customize.sh.
Approved by: re (scottl)
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/nanobsd/localfiles34
1 files changed, 34 insertions, 0 deletions
diff --git a/tools/tools/nanobsd/localfiles b/tools/tools/nanobsd/localfiles
new file mode 100644
index 0000000..e18a038
--- /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/*
OpenPOWER on IntegriCloud