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

######################################################
#
# This is the Buildfile for the 'DiskUtils' package.
#

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

bf_log "--- DiskUtils Package Buildfile ---"

######################
#
# Needed binaries
#

# This command look for a file list and put it in directory sbin
bf_log "source Take root.root sbin mkfs.ext2 fsck.ext2 fdisk"
source Take root.root sbin mkfs.ext2 fsck.ext2 fdisk

