#!/bin/bash
#
#For instructions on how to set the parameters in this file, refer to 
#buildkernel.doc that came with this package; try looking in 
#/usr/doc/buildkernel-{version}/buildkernel.doc or refer to 
#http://www.pobox.com/~wstearns  You do not have to make any changes 
#here unless you want to change the defaults.  The defaults are 
#generally used below, but see the documentation for more details.
#Please see buildkernel.doc or http://www.pobox.com/~wstearns for 
#more information and copyright information.
#	- William Stearns (wstearns@pobox.com)
#
# Reminder; this file is for system wide defaults.  If you wish to change 
# values for yourself only, put any changes in ~/.bkrc .  If you have values
# you wish to change for a particular kernel version, change 
# /usr/src/configs/.bkrc.{version} .  If you wish to set something for this 
# run only, simply precede it with two dashes on the command line.  For 
# example, putting "BKCOPYTOFLOPPY=YES" (without quotes) in this file has the 
# same effect on this execution of the program as running 
# buildkernel x.y.zz a.b.cc --BKCOPYTOFLOPPY=YES<Enter>.
#
#BKAUTOGET=YES
#BKBUILDTYPE=zImage
#BKCOPYTOFLOPPY=NO
#BKDEBUG=NO
#BKINTERACTIVE=YES
#BKKERNELTOBUILD=NEWESTSTABLE
#BKLOAD='nice -n 10'
#BKLOGFILE='~/bklog'
#BKMAKECLEANBEFORE=NO
#BKMAKECLEANAFTER=NO
#BKMAKETYPE=menuconfig
#BKNUMBUILDS=2
#BKOPENFRESH=YES
#BKPCMCIATOBUILD=NO
#BKROOTDEVICE=/dev/hda1
#BKSOURCEDIR=/usr/src/source/kernel/
#BKVERBOSE=YES
#BKVIDMODE='-2'

# The following should already be set for you by your shell.  There should
# generally be no reason to set them here.
#	HOSTNAME=mymachine.mydomain.org
#	HOSTTYPE=i386
#	USER=root

# EDITOR may also be defined in your normal shell, but you can explicitly 
# set it here if not.  
#	EDITOR='pico -w'

#Copyleft:
#    Buildkernel is used to create a new linux kernel from the raw source
#    and patches.
#    Copyright (C) 1997, 1998 William Stearns <wstearns@pobox.com>
#
#    This program is free software; you can redistribute it and/or modify
#    it under the terms of the GNU General Public License as published by
#    the Free Software Foundation; either version 2 of the License, or
#    (at your option) any later version.
#
#    This program is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with this program; if not, write to the Free Software
#    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
#    The author can also be reached at:
#        William Stearns
#email:  wstearns@pobox.com              (preferred)
#web:    http://www.pobox.com/~wstearns
#snail:  544 Winchester Place
#        Colchester VT, 05446

