######################################################
#
# BYLD: Build Your Linux Disk
# Version: BYLD 1.0 
# License: GPL2 (see LICENSE)
#
# (C) 1999-2000, Erich Roncarolo <erich@roncarolo.eu.org>
#

######################################################
#
# This is the Buildfile for the 'skeleton' package.
# Start from here to write your Buildfile
#

function bf_log { echo "$@" >> $RLOG ; }

bf_log "--- Skeleton Package Buildfile ---"

######################
#
# Example
#

# This command look for a file list and put it in directory tmp
bf_log "source Take root.root tmp dummy empty"
source Take root.root tmp dummy empty

