head	1.3;
access;
symbols
	RELENG_6_4_0_RELEASE:1.2.2.1
	RELENG_6_4:1.2.2.1.0.10
	RELENG_6_4_BP:1.2.2.1
	RELENG_6_3_0_RELEASE:1.2.2.1
	RELENG_6_3:1.2.2.1.0.8
	RELENG_6_3_BP:1.2.2.1
	RELENG_6_2_0_RELEASE:1.2.2.1
	RELENG_6_2:1.2.2.1.0.6
	RELENG_6_2_BP:1.2.2.1
	RELENG_5_5_0_RELEASE:1.1.2.1
	RELENG_5_5:1.1.2.1.0.4
	RELENG_5_5_BP:1.1.2.1
	RELENG_6_1_0_RELEASE:1.2.2.1
	RELENG_6_1:1.2.2.1.0.4
	RELENG_6_1_BP:1.2.2.1
	RELENG_6_0_0_RELEASE:1.2.2.1
	RELENG_6_0:1.2.2.1.0.2
	RELENG_6_0_BP:1.2.2.1
	RELENG_6:1.2.0.2
	RELENG_6_BP:1.2
	RELENG_5_4_0_RELEASE:1.1.2.1
	RELENG_5_4:1.1.2.1.0.2
	RELENG_5_4_BP:1.1.2.1
	RELENG_5_3_0_RELEASE:1.1
	RELENG_5_3:1.1.0.4
	RELENG_5_3_BP:1.1
	RELENG_5:1.1.0.2
	RELENG_5_BP:1.1;
locks; strict;
comment	@# @;


1.3
date	2005.09.26.14.57.26;	author phk;	state dead;
branches;
next	1.2;

1.2
date	2004.10.25.20.56.24;	author blackend;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	2004.08.16.22.55.51;	author thomas;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2005.02.28.10.01.45;	author phk;	state Exp;
branches;
next	;

1.2.2.1
date	2005.09.26.15.00.48;	author phk;	state dead;
branches;
next	;


desc
@@


1.3
log
@Remove the old Makefile based nanobsd build method, the new shell script
based is far better and the only one supported from now on.
@
text
@#
# 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: src/tools/tools/nanobsd/localfiles,v 1.2 2004/10/25 20:56:24 blackend Exp $
# 
#
# 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.
#
# Examples:
#
# 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/*
@


1.2
log
@Typo: s/Exampes/Examples
@
text
@d8 1
a8 1
# $FreeBSD$
@


1.2.2.1
log
@MFC:
	nanobsd conversion to shell script.

Approved by:	re@@ (scottl)
@
text
@d8 1
a8 1
# $FreeBSD: src/tools/tools/nanobsd/localfiles,v 1.2 2004/10/25 20:56:24 blackend Exp $
@


1.1
log
@Example configuration files for customize.sh.

Approved by:	re (scottl)
@
text
@d24 1
a24 1
# Exampes:
@


1.1.2.1
log
@MFC:
	Bring nanobsd in like with the stuff in -current.
@
text
@d24 1
a24 1
# Examples:
@


